22 Aralık 2022 Perşembe

helm rollback seçeneği

Giriş
Söz dizimi şöyle
helm rollback [flags] <chart-release-name> <version>
Açıklaması şöyle
The first argument of the rollback command is the name of a release, and the second is a revision (version) number. If you would like to roll back to the previous release, these arguments can be ignored. The following Helm command can be used to display the revision numbers.
helm history RELEASE
Örnek
Şöyle yaparız
$ helm rollback elastic-operator 2
    

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