Definition:
- Update the Annotation on one or more resources
- useful for updating change cause, Rolling back a deployment
- only annotate the current revision
Synopsis:
kubectl annotate [--overwrite] (-f FILENAME | TYPE NAME) KEY_1=VAL_1 ... KEY_N=VAL_N [--resource-version=version]