helm
最后更新于
最后更新于
helm repo add apphub https://apphub.aliyuncs.com/
helm repo updatehelm search repo stable/mysql
helm install mydb stable/mysql
helm create mygin
# 渲染
helm install my mygin --dry-run --debug
# 渲染+安装
helm install my mygin -n myweb
(helm install [NAME] [CHART] [flags])
# 测试
helm install my mygin --dry-run --debug
chmod g-rw /home/kubectl/config
chmod o-r /home/kubectl/config