Skip to content

Commit 32705e4

Browse files
authored
Merge pull request #39221 from mengjiao-liu/fix-typo-verify-kubectl
[zh-cn] Fix a typo in verify-kubectl.md
2 parents 4e672c5 + 4720c7c commit 32705e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/zh-cn/docs/tasks/tools/included/verify-kubectl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Check that kubectl is properly configured by getting the cluster state:
3131
[kubeconfig 文件](/zh-cn/docs/concepts/configuration/organize-cluster-access-kubeconfig/)
3232
该文件在
3333
[kube-up.sh](https://github.com/kubernetes/kubernetes/blob/master/cluster/kube-up.sh)
34-
创建集群时,或成功部署一个 Miniube 集群时,均会自动生成。
34+
创建集群时,或成功部署一个 Minikube 集群时,均会自动生成。
3535
通常,kubectl 的配置信息存放于文件 `~/.kube/config` 中。
3636

3737
通过获取集群状态的方法,检查是否已恰当地配置了 kubectl:

0 commit comments

Comments
 (0)