Results 1 comments of Liu Yi

Not sure if you can use flannel as alternative solution. Example: $ wget https://github.com/coreos/flannel/blob/master/Documentation/kube-flannel.yml $ sed -i “s/50Mi/100Mi/g” kube-flannel.yml $ kubectl apply -f     kube-flannel.yml $ kubectl taint nodes --all node-role.kubernetes.io/master-...