Difference between revisions of "Kubernetes annotations"
Jump to navigation
Jump to search
(11 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
+ | * https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/ | ||
+ | [[annotations:]] | ||
+ | [[kubectl annotate]] | ||
+ | [[annotations.kubernetes.io]] | ||
+ | |||
+ | [[Understand how to use Labels, Selector and Annotations]] | ||
+ | |||
+ | [[Annotations:]] [[storageclass.kubernetes.io]]/[[is-default-class]]=true | ||
+ | Annotations: storageclass.beta.kubernetes.io/is-default-class=true | ||
− | + | == Related == | |
− | [[ | + | [[karpenter.sh/do-not-evict: true]] |
+ | [[nginx.ingress.kubernetes.io annotations]] | ||
+ | [[service.beta.kubernetes.io/aws-load-balancer-type]] | ||
+ | [[kubernetes.io/ingress.class]] | ||
+ | [[eks.amazonaws.com/role-arn]] | ||
== See also == | == See also == | ||
* {{Kubernetes labels}} | * {{Kubernetes labels}} | ||
+ | * {{kubectl annotate}} | ||
+ | * {{Kubernetes annotations}} | ||
[[Category:K8s]] | [[Category:K8s]] |
Latest revision as of 13:52, 23 July 2024
annotations: kubectl annotate annotations.kubernetes.io
Understand how to use Labels, Selector and Annotations
Annotations: storageclass.kubernetes.io/is-default-class=true Annotations: storageclass.beta.kubernetes.io/is-default-class=true
Related[edit]
karpenter.sh/do-not-evict: true nginx.ingress.kubernetes.io annotations service.beta.kubernetes.io/aws-load-balancer-type kubernetes.io/ingress.class eks.amazonaws.com/role-arn
See also[edit]
- Kubernetes labels, selectors, recommended labels
,
kubectl label, kubectl annotate
, Common,kubernetes.io, app.kubernetes.io, MatchLabels:
,labels:
kubectl annotate [ serviceaccount | pods | node | storageclass ]
- Kubernetes annotations,
kubectl annotate, eks.amazonaws.com, annotations.kubernetes.io, annotations:, ingress.annotations
Advertising: