摘要:之于好比之于,或者之于。是由和组成,是典型的应用。运行于客户端,提供命令行界面应用运行于内部。其实还有另外一种全自动的做法,使用安装脚本自动安装。自动下载安装脚本打开脚本,可以看到安装的环境变量为执行看到消息,说明安装成功。
Helm之于Kubernetes好比yum之于Red Hat Enterprise Linux,或者apt-get之于Ubuntu。
Helm是由helm CLI和Tiller组成,是典型的Client/Server应用。helm运行于客户端,提供命令行界面;Tiller应用运行于Kubernetes内部。
在Jerry之前的文章[](https://www.toutiao.com/i6593...,解压后把执行文件拷贝到环境变量的做法。
其实还有另外一种全自动的做法,使用安装脚本自动安装。
1. 自动下载安装脚本
curl https://raw.githubusercontent... > get_helm.sh
打开脚本,可以看到helm安装的环境变量HELM_INSTALL_DIR为/usr/local/bin:
2. chmod 700 get_helm.sh
./get_helm.sh:
3. 执行helm init, 看到Happy Helming消息,说明安装成功。
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的原创文章,请关注公众号"汪子熙":
文章版权归作者所有,未经允许请勿转载,若此文章存在违规行为,您可以联系管理员删除。
转载请注明本文地址:https://www.ucloud.cn/yun/33072.html
摘要:之于好比之于,或者之于。是由和组成,是典型的应用。运行于客户端,提供命令行界面应用运行于内部。其实还有另外一种全自动的做法,使用安装脚本自动安装。自动下载安装脚本打开脚本,可以看到安装的环境变量为执行看到消息,说明安装成功。 Helm之于Kubernetes好比yum之于Red Hat Enterprise Linux,或者apt-get之于Ubuntu。 Helm是由helm CLI...
摘要:和简介作为一个开源的分布式数据库产品,具有多副本强一致性的同时能够根据业务需求非常方便的进行弹性伸缩,并且扩缩容期间对上层业务无感知。 TiDB Operator 是 TiDB 在 Kubernetes 平台上的自动化部署运维工具。目前,TiDB Operator 已正式开源(pingcap/tidb-operator)。借助 TiDB Operator,TiDB 可以无缝运行在公有云...
阅读 1135·2021-09-10 10:51
阅读 862·2019-08-30 15:53
阅读 2694·2019-08-30 12:50
阅读 950·2019-08-30 11:07
阅读 1966·2019-08-30 10:50
阅读 3550·2019-08-29 18:47
阅读 1278·2019-08-29 18:44
阅读 1569·2019-08-29 17:01