Skip to content

Commit 670e08d

Browse files
authored
Update quick-reference.md
Correct remove annotation command
1 parent 54ab2e8 commit 670e08d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/reference/kubectl/quick-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ kubectl label pods my-pod new-label=awesome # Add a Label
287287
kubectl label pods my-pod new-label- # Remove a label
288288
kubectl label pods my-pod new-label=new-value --overwrite # Overwrite an existing value
289289
kubectl annotate pods my-pod icon-url=http://goo.gl/XXBTWq # Add an annotation
290-
kubectl annotate pods my-pod icon- # Remove annotation
290+
kubectl annotate pods my-pod icon-url- # Remove annotation
291291
kubectl autoscale deployment foo --min=2 --max=10 # Auto scale a deployment "foo"
292292
```
293293

0 commit comments

Comments
 (0)