Difference between revisions of "Annotations:"

From wikieduonline
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
  
 +
 +
annotations:
 +
  [[acme.cert-manager.io/http01-edit-in-place]]: "true"
  
  
Line 21: Line 24:
 
  [[rbac.authorization.kubernetes.io]]/autoupdate: "true"
 
  [[rbac.authorization.kubernetes.io]]/autoupdate: "true"
  
  [[Annotations:]]           [[storageclass.kubernetes.io/]]is-default-class=true
+
  annotations:          [[storageclass.kubernetes.io/]]is-default-class=true
  [[Annotations:]]           storageclass.beta.kubernetes.io/is-default-class=true
+
  annotations:          storageclass.beta.kubernetes.io/is-default-class=true
  
  
Line 57: Line 60:
 
* <code>[[kind: Deployment]]</code>
 
* <code>[[kind: Deployment]]</code>
 
* <code>[[is missing]]</code>
 
* <code>[[is missing]]</code>
* [[meta.helm.sh]]
+
* <code>[[meta.helm.sh]]</code>
 +
* <code>[[ConfigMaps]]</code>
 +
* <code>[[annotations.kubernetes.io]]</code>
  
 
== See also ==
 
== See also ==

Latest revision as of 09:49, 29 May 2024



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[edit]

See also[edit]

Advertising: