In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-02-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >
Share
Shulou(Shulou.com)06/01 Report--
This article will explain in detail how to install helm for everyone, Xiaobian thinks it is very practical, so share it with you for a reference, I hope you can gain something after reading this article.
Helm is a command-line client tool. It is mainly used to create, package, publish charts for Kubernetes applications, and create and manage local and remote Chart repositories.
Install Helm
Official Reference Document: helm.sh/docs/intro/quickstart/
Helm can be installed in two ways: precompiled binaries and source compiled installations.
Helm is hosted on GitHub at github.com/helm/helm/releases
Helm depends on kubectl installed locally and configured to communicate with the Tiller server running on the Kubernetes cluster, so the node running Helm should also be a host that can use kubectl properly, or at least a host with a kubeconfig configuration file available.
Download the shared version of the zip pack and expand it.
wget https://get.helm.sh/helm-v3.0.2-linux-amd64.tar.gztar -xvf helm-v3.0.2-linux-amd64.tar.gz
Copy or move its binary files to the directory pointed to by the system PATH environment variable
cp linux-amd64/helm /usr/local/bin/
To add autocomplete code:
source
After Helm client installation is complete, verify.
Helm installation tutorial Helm installation tutorial Add Helm's official repository
Add official Charts repository
helm repo add stable https://kubernetes-charts.storage.googleapis.com/
Update warehouse information
helm repo update
View the official Charts warehouse
Helm search repo stable about "how to install helm" this article is shared here, I hope the above content can be of some help to everyone, so that you can learn more knowledge, if you think the article is good, please share it to let more people see.
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.