8 Aralık 2022 Perşembe

kubectl config set-context seçeneği - Context Güncelleme

Örnek
Varsayılan namespace'i atamak için şöyle yaparız
kubectl config set-context $(kubectl config current-context) --namespace=mynamespace


Hiç yorum yok:

Yorum Gönder

Cluster Propotional Autoscaler - ReplicaSet Ekler/Siler

Giriş Açıklaması şöyle CPA aims to horizontally scale the number of Pod replicas based on the cluster’s scale. A common example is DNS ser...