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

Kubernetes kind: Cluster

Örnek Şöyle yaparız apiVersion: cluster.k8s.io/v1alpha1 kind: Cluster metadata: name: my-cluster spec: autoscaler: enabled: true ...