kubectl annotate
Labels & AnnotationsAdd 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