Difference between revisions of "Kubectl annotate"
Jump to navigation
Jump to search
Line 8: | Line 8: | ||
[[kubectl annotate node]] | [[kubectl annotate node]] | ||
+ | |||
+ | == Examples == | ||
[[kubectl annotate pods]] my-nginx-v4-9gw19 description='my frontend running nginx' | [[kubectl annotate pods]] my-nginx-v4-9gw19 description='my frontend running nginx' | ||
[[kubectl get pods]] my-nginx-v4-9gw19 -o yaml | [[kubectl get pods]] my-nginx-v4-9gw19 -o yaml |
Revision as of 17:45, 21 December 2022
This article is a Draft. Help us to complete it.
https://jamesdefabia.github.io/docs/user-guide/kubectl/kubectl_annotate/
kubectl annotate --help kubectl annotate pods kubectl annotate serviceaccount kubectl annotate node
Examples
kubectl annotate pods my-nginx-v4-9gw19 description='my frontend running nginx' kubectl get pods my-nginx-v4-9gw19 -o yaml
kubectl annotate serviceaccount kubectl annotate serviceaccount ebs-csi-controller-sa
Activities
See also
Advertising: