Commands.app

kubectl annotate

Labels & Annotations

Add or update annotations

Examples
Common usage examples

Add annotation

kubectl annotate pods mypod description="My app"

Remove annotation

kubectl annotate pods mypod description-
Notes
  • Annotations store non-identifying metadata
Related Commands
You might also find these useful