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 8ff5816 + 670e08d commit 6326befCopy full SHA for 6326bef
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