【发布时间】:2021-11-05 12:33:10
【问题描述】:
我创建了一个带有 containerd 运行时的 Kind 集群。 这是我的节点:
root@dev-001:~# k get nodes -o wide
NAME STATUS ROLES AGE VERSION INTERNAL-IP EXTERNAL-IP OS-IMAGE KERNEL-VERSION CONTAINER-RUNTIME
local-cluster-control-plane Ready control-plane,master 7d8h v1.20.2 172.18.0.2 <none> Ubuntu 20.10 5.4.0-81-generic containerd://1.4.0-106-gce4439a8
local-cluster-worker Ready <none> 7d8h v1.20.2 172.18.0.5 <none> Ubuntu 20.10 5.4.0-81-generic containerd://1.4.0-106-gce4439a8
local-cluster-worker2 Ready <none> 7d8h v1.20.2 172.18.0.3 <none> Ubuntu 20.10 5.4.0-81-generic containerd://1.4.0-106-gce4439a8
local-cluster-worker3 Ready <none> 7d8h v1.20.2 172.18.0.4 <none> Ubuntu 20.10 5.4.0-81-generic containerd://1.4.0-106-gce4439a8
如何通过 ssh 进入节点?
种类版本:0.11.1 或更高版本
运行时:containerd(不是 docker)
【问题讨论】:
-
@WytrzymałyWiktor 不
-
@deepak 以下这些答案有足够的信息来解决您的问题。否则,请更新您的问题,详细说明问题出在哪里、卡在哪里、错误,以及任何有助于理解什么不起作用的内容。
标签: kubernetes containerd kind