annotations:

From wikieduonline
(Redirected from Annotations)
Jump to navigation Jump to search



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: