4 Aralık 2022 Pazar

helm search seçeneği - Search for a keyword in charts

Örnek
Şöyle yaparız
$ helm search repo webserver
--------------------------------------------------------------------
NAME                    CHART VERSION   APP VERSION     DESCRIPTION                
customrepo/webserver    0.1.0           1.16.0          A Helm chart for Kubernetes

$ helm install app websrever
--------------------------------------------------------------------
NAME: app
LAST DEPLOYED: Wed Nov  2 05:55:44 2022
NAMESPACE: default
STATUS: deployed
REVISION: 1
TEST SUITE: None

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