Last updated:2021-09-24 10:26:11
This topic describes how to use a local Helm client to connect to a KCE cluster.
For more information, see Connect to a Kubernetes cluster by using kubectl.
Download the client of an applicable version. By default, the Helm client V3.5.4 or V2.13.0 is installed for KCE.
wget https://get.helm.sh/helm-v3.5.4-linux-amd64.tar.gz
tar -zxvf helm-v3.5.4-linux-amd64.tar.gz
mv linux-amd64/helm /usr/local/bin/helm
Run the following command to verify the Helm client:
[[email protected] ~]# helm ls
NAME NAMESPACE REVISION UPDATED STATUS CHART APP VERSION
test default 1 2021-07-15 21:33:39.78202073 +0800 CST deployed postgresql-10.5.2 11.12.0
Did you find the above information helpful?
Please give us your feedback.
Thank you for your feedback.