Difference between revisions of "Annotations:"
Jump to navigation
Jump to search
Line 5: | Line 5: | ||
Related: <code>[[gcloud compute addresses]]</code> | Related: <code>[[gcloud compute addresses]]</code> | ||
+ | |||
+ | [[kind: Ingress]] | ||
[[kubectl describe pod my-release-kubernetes-dashboard]] | [[kubectl describe pod my-release-kubernetes-dashboard]] |
Revision as of 12:57, 27 November 2023
ingress:
annotations:
kubernetes.io/ingress.global-static-ip-name: XXXXX
Related: gcloud compute addresses
kind: Ingress
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: