Difference between revisions of "Annotations:"
Jump to navigation
Jump to search
Tags: Mobile web edit, Mobile edit |
|||
(25 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{lc}} | {{lc}} | ||
+ | |||
+ | |||
+ | * [[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: | ||
+ | [[acme.cert-manager.io/http01-edit-in-place]]: "true" | ||
+ | |||
+ | |||
[[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> | ||
+ | |||
+ | [[kind: Ingress]] | ||
[[kubectl describe pod my-release-kubernetes-dashboard]] | [[kubectl describe pod my-release-kubernetes-dashboard]] | ||
Line 11: | Line 25: | ||
− | [[ | + | [[rbac.authorization.kubernetes.io]]/autoupdate: "true" |
− | + | ||
+ | annotations: [[storageclass.kubernetes.io/]]is-default-class=true | ||
+ | annotations: storageclass.beta.kubernetes.io/is-default-class=true | ||
Line 21: | Line 37: | ||
[[karpenter.sh/do-not-evict: true]] | [[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 | ||
+ | |||
+ | {{kind: OnePasswordItem}} | ||
== Related == | == Related == | ||
Line 27: | Line 60: | ||
* <code>[[kubectl describe pod]]</code> | * <code>[[kubectl describe pod]]</code> | ||
* <code>[[kubectl describe configmaps]]</code> | * <code>[[kubectl describe configmaps]]</code> | ||
+ | * <code>[[kubectl describe sa]]</code> | ||
* [[Eviction]] | * [[Eviction]] | ||
− | + | * <code>[[kind: Deployment]]</code> | |
+ | * <code>[[is missing]]</code> | ||
+ | * <code>[[meta.helm.sh]]</code> | ||
+ | * <code>[[ConfigMaps]]</code> | ||
+ | * <code>[[annotations.kubernetes.io]]</code> | ||
+ | * [[AWS Load Balancer Controller annotations]] | ||
== See also == | == See also == | ||
− | * {{K8s}} | + | * {{annotations}} |
+ | * {{K8s annotations}} | ||
[[Category:K8s]] | [[Category:K8s]] |
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: