Difference between revisions of "Kubectl annotate"
Jump to navigation
Jump to search
Line 3: | Line 3: | ||
https://jamesdefabia.github.io/docs/user-guide/kubectl/kubectl_annotate/ | https://jamesdefabia.github.io/docs/user-guide/kubectl/kubectl_annotate/ | ||
+ | [[kubectl annotate --help]] | ||
[[kubectl annotate pods]] | [[kubectl annotate pods]] | ||
[[kubectl annotate serviceaccount]] | [[kubectl annotate serviceaccount]] | ||
Line 17: | Line 18: | ||
− | |||
− | |||
− | |||
== Activities == | == Activities == | ||
* [[CKAD: Understand how to use Labels, Selector and Annotations]] | * [[CKAD: Understand how to use Labels, Selector and Annotations]] |
Revision as of 14:53, 20 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
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
kubectl annotate node
Activities
See also
Advertising: