22 Aralık 2022 Perşembe

helm uninstall seçeneği

Giriş
Bu komutun Helm2'deki karşılığı "helm delete". Söz dizimi şöyle
helm uninstall <chart-install-name>
--keep-history seçeneği
Örnek
Açıklaması şöyle
Helm uninstall will delete the chart deployed and the history attached to it. But if you want to keep the release information
Şöyle yaparız
helm uninstall --keep-history <chart-install-name>

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...