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.
1 parent 54ab2e8 commit 670e08dCopy full SHA for 670e08d
content/en/docs/reference/kubectl/quick-reference.md
@@ -287,7 +287,7 @@ kubectl label pods my-pod new-label=awesome # Add a Label
287
kubectl label pods my-pod new-label- # Remove a label
288
kubectl label pods my-pod new-label=new-value --overwrite # Overwrite an existing value
289
kubectl annotate pods my-pod icon-url=http://goo.gl/XXBTWq # Add an annotation
290
-kubectl annotate pods my-pod icon- # Remove annotation
+kubectl annotate pods my-pod icon-url- # Remove annotation
291
kubectl autoscale deployment foo --min=2 --max=10 # Auto scale a deployment "foo"
292
```
293
0 commit comments