使用腳本在Linux服務器上自動安裝Kubernetes的包管理器Helm

Helm之於Kubernetes比如yum之於Red Hat Enterprise Linux,或者apt-get之於Ubuntu。git

Helm是由helm CLI和Tiller組成,是典型的Client/Server應用。helm運行於客戶端,提供命令行界面;Tiller應用運行於Kubernetes內部。github

在Jerry以前的文章[](https://www.toutiao.com/i6593...,解壓後把執行文件拷貝到環境變量的作法。api

其實還有另一種全自動的作法,使用安裝腳本自動安裝。app

1. 自動下載安裝腳本curl

curl https://raw.githubusercontent... > get_helm.shide

打開腳本,能夠看到helm安裝的環境變量HELM_INSTALL_DIR爲/usr/local/bin:this

2. chmod 700 get_helm.shgoogle

./get_helm.sh:url

3. 執行helm init, 看到Happy Helming消息,說明安裝成功。spa

Creating /root/.helm

Creating /root/.helm/repository

Creating /root/.helm/repository/cache

Creating /root/.helm/repository/local

Creating /root/.helm/plugins

Creating /root/.helm/starters

Creating /root/.helm/cache/archive

Creating /root/.helm/repository/repositories.yaml

Adding stable repo with URL: https://kubernetes-charts.sto...

Adding local repo with URL: http://127.0.0.1:8879/charts

$HELM_HOME has been configured at /root/.helm.

Tiller (the Helm server-side component) has been installed into your Kubernetes Cluster.

Please note: by default, Tiller is deployed with an insecure 'allow unauthenticated users' policy.

To prevent this, run helm init with the --tiller-tls-verify flag.

For more information on securing your installation see: https://docs.helm.sh/using_he...

Happy Helming!

要獲取更多Jerry的原創文章,請關注公衆號"汪子熙":

相關文章
相關標籤/搜索