.. | ||
templates | ||
.helmignore | ||
Chart.yaml | ||
README.md | ||
values.yaml |
本文作者:丁辉
Helm部署
开始部署
helm install blog ./chart \
--namespace blog --create-namespace
卸载
helm uninstall blog -n blog
.. | ||
templates | ||
.helmignore | ||
Chart.yaml | ||
README.md | ||
values.yaml |
本文作者:丁辉
开始部署
helm install blog ./chart \
--namespace blog --create-namespace
卸载
helm uninstall blog -n blog