Skip to content

Commit

Permalink
Update cheatsheet.md
Browse files Browse the repository at this point in the history
更正 annotate 翻译
  • Loading branch information
Kelin19862216 committed Jul 18, 2023
1 parent dd26fd3 commit 2c2307b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/zh-cn/docs/reference/kubectl/cheatsheet.md
Expand Up @@ -556,7 +556,7 @@ kubectl label pods my-pod new-label=awesome # 添加标签
kubectl label pods my-pod new-label- # 移除标签
kubectl label pods my-pod new-label=new-value --overwrite # 覆盖现有的值
kubectl annotate pods my-pod icon-url=http://goo.gl/XXBTWq # 添加注解
kubectl annotate pods my-pod icon- # 移除标签
kubectl annotate pods my-pod icon- # 移除注解
kubectl autoscale deployment foo --min=2 --max=10 # 对 "foo" Deployment 自动伸缩容
```

Expand Down

0 comments on commit 2c2307b

Please sign in to comment.