摘要:
https://www.cnblogs.com/cocowool/p/systemd_journal_log.html 阅读全文
摘要:
#创建一个chart范例 helm create helm-chart #检查chart语法 helm lint ./helm-chart #使用默认chart部署到k8s helm install --name example1 ./helm-chart --set service.type=No 阅读全文