To be a better coder
发布时间:2020-01-16 14:18:37
创建Chart[root@master ~]# tree tomcattomcat├── charts├── Chart.yaml├── templates│ ├── deployment.yaml│ ├── _helpers.tpl│ ├── ingress.yaml│ ├── NOTES.txt│ ├── service.yaml│ └── tests│ └── test-connection.yaml└── values.yaml 3 d.........【阅读全文】
发布时间:2020-01-16 13:44:19
https://www.cnblogs.com/peitianwang/p/11649621.htmlwget https://get.helm.sh/helm-v2.14.3-linux-amd64.tar.gztar xf helm-v2.14.3-linux-amd64.tar.gzcd linux-amd64 #进入解压目录会看到两个可执行文件helm和tiller, 若采用容器化部署到kubernetes中,则可以不用管tiller,只需将helm复制到/usr/bin目录即可 cp he.........【阅读全文】
发布时间:2020-01-15 16:11:53
#第一步,在master节点删除flannel kubectl delete -f https://raw.githubusercontent.com/coreos/flannel/master/Documentation/kube-flannel.yml ifconfig cni0 downip ifconfig flannel.1 downip rm -rf /var/lib/cni/ #第三步,应用calico相关的yaml文件......【阅读全文】