lework / kainstall

Use shell scripts to install kubernetes(k8s) high availability clusters and addon components based on kubeadmin with one click.使用shell脚本基于kubeadmin一键安装kubernetes 高可用集群和addon组件。

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kube-flannel has changed its namespace from 'kube-system' to 'kube-flannel'

jelen56 opened this issue · comments

commented

if u guys choose the new version of flannel to install by this project,maybe u will get a install fail error like [waiting] flannel pods ready failed when u installing flannel plugin,this is because kube-flannel has changed its namespace from kube-system to kube-flannel,u should change kube::wait "flannel" "kube-system" "pods" "app=flannel" to kube::wait "flannel" "kube-flannel" "pods" "app=flannel" in the shell file