Found 0 result in total
Content is empty
If you don't find the content you expect, please try another search term
Last updated:2021-05-11 10:39:26
This topic describes the following basic operations on Helm charts:
kubectl and Helm clients are installed and configured on a local computer. For more information, see Connect to a cluster by using a local helm client.
The repository of Kingsoft Cloud Helm charts is added to the local client. In this example, the region is CN North 1 (Beijing).
helm repo add mycharts https://hub.kce.ksyun.com/chartrepo/mycharts --username=myname --password=mypassword
"mycharts" has been added to your repositories
Notes:
mychart
: The namespace of your image repository.myname
: The ID of your image repository, which is the ID of your Kingsoft Cloud account.mypassword
: The password used to log in to your image repository.helm plugin install https://github.com/chartmuseum/helm-push
helm push ./helm-apps mychart
helm push ./helm-apps.tgz mychart
helm fetch mychart/helm-app
helm fetch mychart/helm-app --version 1.0.0
Pure Mode