Difference between revisions of "Annotations:"
Jump to navigation
Jump to search
Line 47: | Line 47: | ||
== See also == | == See also == | ||
* {{annotations}} | * {{annotations}} | ||
− | * {{K8s}} | + | * {{K8s annotations}} |
[[Category:K8s]] | [[Category:K8s]] |
Revision as of 20:51, 8 November 2023
ingress:
annotations:
kubernetes.io/ingress.global-static-ip-name: XXXXX
Related: gcloud compute addresses
kubectl describe pod my-release-kubernetes-dashboard Annotations: kubernetes.io/psp: eks.privileged seccomp.security.alpha.kubernetes.io/pod: runtime/default
rbac.authorization.kubernetes.io/autoupdate: "true"
Annotations: storageclass.kubernetes.io/is-default-class=true Annotations: storageclass.beta.kubernetes.io/is-default-class=true
metadata: annotations: kubernetes.io/psp: eks.privileged
karpenter.sh/do-not-evict: true
apiVersion: apps/v1 kind: Deployment metadata: annotations: deployment.kubernetes.io/revision: "1"
Annotations: eks.amazonaws.com/role-arn: arn:aws:iam::012345678912:role/AmazonEKS_EBS_CSI_DriverRole
service.beta.kubernetes.io/aws-load-balancer-type: "nlb"
Related
- CKA v1.21: Understand how to use Labels, Selector and Annotations
kubectl describe pod
kubectl describe configmaps
kubectl describe sa
- Eviction
kind: Deployment
is missing
- meta.helm.sh
See also
Advertising: