k8s 实验 helm 创建自己的包
[root@k7smaster ~]# helm create mychart Creating mychart [root@k7smaster demo-chart]# ll 总用量 20 -rw-r--r-- 1 root root 106 9月 9 13:20 Chart.yaml -rw-r--r-- 1 root root 225 9月 9 13:20 README.md -rw-r--r-- 1 root root 237 9月 9 13:20 requirements.lock -rw-r--r-- 1 root root 172 9月 9 13:20 requirements.yaml drwxr-xr-x 2 root root 106 9月 9 13:20 templates -rw-r--r-- 1 root root 1289 9月 9 13:20 values.yaml [root@k7smaster demo-chart]# cat Chart.yaml apiVersion: v1 appVersion: "1.0" description: A Helm chart for Kubernetes name: demo-chart version: 0.0.1 [root@k7smaster demo-chart]# cat values.yaml #