Difference between revisions of "Annotations:"
Jump to navigation
Jump to search
Line 10: | Line 10: | ||
[[ingress:]] | [[ingress:]] | ||
− | annotations: | + | [[ingress.annotations|annotations]]: |
− | kubernetes.io/ingress.global-static-ip-name: XXXXX | + | [[kubernetes.io/ingress.global-static-ip-name]]: XXXXX |
Related: <code>[[gcloud compute addresses]]</code> | Related: <code>[[gcloud compute addresses]]</code> |
Revision as of 11:59, 8 July 2024
- nginx.ingress.kubernetes.io https://github.com/kubernetes/ingress-nginx/blob/main/docs/user-guide/nginx-configuration/annotations.md
annotations: acme.cert-manager.io/http01-edit-in-place: "true"
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"
volume.beta.kubernetes.io/storage-provisioner: k8s.io/minikube-hostpath
Warning: resource endpoints/your-endpoint is missing the kubectl.kubernetes.io/last-applied-configuration annotation which is required by kubectl apply. kubectl apply should only be used on resources created declaratively by either kubectl create --save-config or kubectl apply. The missing annotation will be patched automatically. endpoints/your-endpoint configured
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
ConfigMaps
annotations.kubernetes.io
See also
Advertising: