We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90ea22b commit 6e4226dCopy full SHA for 6e4226d
markdown-file/Docker-Install-And-Usage.md
@@ -1047,11 +1047,11 @@ etcd-0 Healthy {"health": "true"}
1047
1048
1049
验证:
1050
-kubectl get pods --all-namespaces
1051
kubectl get nodes
1052
如果还是 NotReady,则查看错误信息:
1053
-kubectl describe pod kube-scheduler-master.hanli.com -n kube-system
1054
-kubectl logs kube-scheduler-master.hanli.com -n kube-system
+kubectl get pods --all-namespaces,其中:Pending/ContainerCreating/ImagePullBackOff 都是 Pod 没有就绪,我们可以这样查看对应 Pod 遇到了什么问题
+kubectl describe pod <Pod Name> --namespace=kube-system
+或者:kubectl logs <Pod Name> -n kube-system
1055
tail -f /var/log/messages
1056
1057
```
0 commit comments