17 Mart 2022 Perşembe

kubectl annotate pod seçeneği

Annotation Eklemek
Örnek - pod
Şöyle yaparız
kubectl annotate pod <podname> drain.planetscale.com/started="Draining for blog"
Annotation Kaldırmak
Açıklaması şöyle
Use minus - sign at the end of the annotation in kubectl annotate
Örnek - service
Annotation'nı kaldırmak için şöyle yaparız
kubectl annotate service shopping-cart prometheus.io/scrape-
Örnek - pod
Annotation'nı kaldırmak için şöyle yaparız
kubectl annotate pod <podname> drain.planetscale.com/started=-

Hiç yorum yok:

Yorum Gönder

Kubernetes 1.33 - Octarine

Giriş Yenilikler şöyle 1. Native Sidecar Containers 2. In-Place Pod Resizing: The End of Disruptive Scaling Artık pod'un belleğini çalış...