run Important Command Example Command Output run Using run command Create and run a particular image in a pod. Pods are the smallest deployable units of computing that yo...
StatefulSets Using StatefulSets Limitations Components Pod Selector Volume Claim Templates Minimum ready seconds Pod Identity Ordinal Index Start ordinal Stable Network ID ...
StatefulSets Using StatefulSets Limitations Components Pod Selector Volume Claim Templates Minimum ready seconds Pod Identity Ordinal Index Start ordinal Stable Network ID ...
Replacing an unhealthy etcd member Prerequisites Identifying an unhealthy etcd member Determining the state of the unhealthy etcd member Replacing the unhealthy etcd member Repl...
使用 kubectl describe pod 来获取有关 pod 的详细信息 示例:调试 Pending 状态的 Pod 示例:调试一个关闭(或者无法到达)的节点 一旦你的应用程序运行起来了,你将不可避免地需要对它进行调试。 之前我们介绍过如何使用 kubectl get pod 来检索有关您的 pod 的简单状态信息。但还有很多方法可以获得有关应...