Difference between revisions of "Annotations:"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
Tags: Mobile web edit, Mobile edit
Line 33: Line 33:
 
* <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]]
 
  [[kind: Deployment]]
 
  [[kind: Deployment]]

Revision as of 06:08, 9 March 2023

ingress:
   annotations:
       kubernetes.io/ingress.global-static-ip-name: XXXXX

Related: gcloud compute addresses
kubectl describe pod my-release-kubernetes-dashboard
Annotations: kubernetes.io/psp: eks.privileged
             seccomp.security.alpha.kubernetes.io/pod: runtime/default


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"

Related

kind: Deployment

See also

Advertising: