File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
content/zh-cn/docs/tasks/debug/debug-cluster Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ the events that show the node is NotReady, and also notice that the pods are no
81
81
或者找出为什么 Pod 不会调度到节点上。与 Pod 一样,你可以使用 ` kubectl describe node `
82
82
和 ` kubectl get node -o yaml ` 来检索有关节点的详细信息。
83
83
例如,如果节点关闭(与网络断开连接,或者 kubelet 进程挂起并且不会重新启动等),
84
- 你将看到以下内容。请注意显示节点为 NotReady 的事件,并注意 Pod 不再运行(它们在 NotReady 状态五分钟后被驱逐)。
84
+ 你将看到以下内容。请注意显示节点为 ` NotReady ` 的事件,并注意 Pod 不再运行(它们在 ` NotReady ` 状态五分钟后被驱逐)。
85
85
86
86
``` shell
87
87
kubectl get nodes
@@ -107,7 +107,6 @@ Labels: beta.kubernetes.io/arch=amd64
107
107
kubernetes.io/arch=amd64
108
108
kubernetes.io/hostname=kube-worker-1
109
109
kubernetes.io/os=linux
110
- Annotations: kubeadm.alpha.kubernetes.io/cri-socket: /run/containerd/containerd.sock
111
110
node.alpha.kubernetes.io/ttl: 0
112
111
volumes.kubernetes.io/controller-managed-attach-detach: true
113
112
CreationTimestamp: Thu, 17 Feb 2022 16:46:30 -0500
@@ -180,7 +179,6 @@ apiVersion: v1
180
179
kind : Node
181
180
metadata :
182
181
annotations :
183
- kubeadm.alpha.kubernetes.io/cri-socket : /run/containerd/containerd.sock
184
182
node.alpha.kubernetes.io/ttl : " 0"
185
183
volumes.kubernetes.io/controller-managed-attach-detach : " true"
186
184
creationTimestamp : " 2022-02-17T21:46:30Z"
You can’t perform that action at this time.
0 commit comments