Difference between revisions of "Annotations:"
Jump to navigation
Jump to search
(5 intermediate revisions by the same user not shown) | |||
Line 4: | Line 4: | ||
* [[nginx.ingress.kubernetes.io]] https://github.com/kubernetes/ingress-nginx/blob/main/docs/user-guide/nginx-configuration/annotations.md | * [[nginx.ingress.kubernetes.io]] https://github.com/kubernetes/ingress-nginx/blob/main/docs/user-guide/nginx-configuration/annotations.md | ||
+ | |||
+ | [[GKE]] | ||
+ | [[iam.gke.io/gcp-service-account]] | ||
annotations: | annotations: | ||
Line 10: | Line 13: | ||
[[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> | ||
Line 51: | Line 54: | ||
endpoints/your-endpoint configured | endpoints/your-endpoint configured | ||
+ | {{kind: OnePasswordItem}} | ||
== Related == | == Related == | ||
Line 60: | Line 64: | ||
* <code>[[kind: Deployment]]</code> | * <code>[[kind: Deployment]]</code> | ||
* <code>[[is missing]]</code> | * <code>[[is missing]]</code> | ||
− | * [[meta.helm.sh]] | + | * <code>[[meta.helm.sh]]</code> |
− | * [[ConfigMaps]] | + | * <code>[[ConfigMaps]]</code> |
* <code>[[annotations.kubernetes.io]]</code> | * <code>[[annotations.kubernetes.io]]</code> | ||
+ | * [[AWS Load Balancer Controller annotations]] | ||
== See also == | == See also == |
Latest revision as of 09:18, 22 October 2024
- nginx.ingress.kubernetes.io https://github.com/kubernetes/ingress-nginx/blob/main/docs/user-guide/nginx-configuration/annotations.md
iam.gke.io/gcp-service-account
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
Template:Kind: OnePasswordItem
Related[edit]
- 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
- AWS Load Balancer Controller annotations
See also[edit]
Advertising: