pull/457/head
Jimmy Song 2022-02-05 19:21:01 +08:00
parent 831e496c99
commit 0d0a65a68e
No known key found for this signature in database
GPG Key ID: CBA666E6EF8B2C3A
1 changed files with 1 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# kubectl 命令技巧大全
Kubctl 命令是操作 kubernetes 集群的最直接和最 skillful 的途径这个60多MB大小的二进制文件,到底有啥能耐呢?请看下文:
`kubectl` 命令是操作 Kubernetes 集群的最直接和最高效的途径这个60多 MB 大小的二进制文件,到底有啥能耐呢?
## Kubectl 自动补全
@ -292,7 +292,5 @@ $ kubectl taint nodes foo dedicated=special-user:NoSchedule
## 参考
- [Kubectl 概览 - kubernetes.io](https://kubernetes.io/docs/user-guide/kubectl-overview)
- [JsonPath 手册 - kubernetes.io](https://kubernetes.io/docs/user-guide/jsonpath)
- [Cheatsheet - kubernetes.io](https://kubernetes.io/docs/user-guide/kubectl-cheatsheet/)