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.
2 parents 74c3950 + 2c2307b commit c770268Copy full SHA for c770268
content/zh-cn/docs/reference/kubectl/cheatsheet.md
@@ -556,7 +556,7 @@ kubectl label pods my-pod new-label=awesome # 添加标签
556
kubectl label pods my-pod new-label- # 移除标签
557
kubectl label pods my-pod new-label=new-value --overwrite # 覆盖现有的值
558
kubectl annotate pods my-pod icon-url=http://goo.gl/XXBTWq # 添加注解
559
-kubectl annotate pods my-pod icon- # 移除标签
+kubectl annotate pods my-pod icon- # 移除注解
560
kubectl autoscale deployment foo --min=2 --max=10 # 对 "foo" Deployment 自动伸缩容
561
```
562
0 commit comments