File tree Expand file tree Collapse file tree 1 file changed +29
-2
lines changed
content/zh-cn/docs/tutorials Expand file tree Collapse file tree 1 file changed +29
-2
lines changed Original file line number Diff line number Diff line change @@ -69,6 +69,33 @@ See [Install tools](/docs/tasks/tools/#kubectl) for installation instructions.
6969minikube start
7070```
7171
72+ <!--
73+ ## Check the status of the minikube cluster
74+
75+ Verify the status of the minikube cluster to ensure all the components are in a running state.
76+ -->
77+ ## 检查 minikube 集群状态
78+
79+ 验证 minikube 集群的状态,确保所有组件都处于运行状态。
80+
81+ ``` shell
82+ minikube status
83+ ```
84+
85+ <!--
86+ The output from the above command should show all components Running or Configured, as shown in the example output below:
87+ -->
88+ 上述命令的输出应显示所有处于“正在运行”或“已配置”状态的组件,如下例所示:
89+
90+ ```
91+ minikube
92+ type: Control Plane
93+ host: Running
94+ kubelet: Running
95+ apiserver: Running
96+ kubeconfig: Configured
97+ ```
98+
7299<!--
73100## Open the Dashboard
74101
@@ -481,8 +508,8 @@ Minikube 有一组内置的{{< glossary_tooltip text="插件" term_id="addons" >
481508 输出类似于:
482509
483510 ```
484- NAME CPU(cores) MEMORY(bytes)
485- hello-node-ccf4b9788-4jn97 1m 6Mi
511+ NAME CPU(cores) MEMORY(bytes)
512+ hello-node-ccf4b9788-4jn97 1m 6Mi
486513 ```
487514
488515 <!--
You can’t perform that action at this time.
0 commit comments