#Untaint node ## We must untaint the node to allow pods to be deployed to our single-node cluster. Otherwise, your pods will be stuck in a pending state. #kubectl taint nodes --all node-role.kubernetes.io/master- ##Uncoment when single node #kubectl taint nodes --all node-role.kubernetes.io/control-plane- #Flannel ##https://github.com/flannel-io/flannel # kubectl create ns kube-flannel # kubectl label --overwrite ns kube-flannel pod-security.kubernetes.io/enforce=privileged # helm repo add flannel https://flannel-io.github.io/flannel/ # helm install flannel --set podCidr="10.244.0.0/16" --namespace kube-flannel flannel/flannel #Callico helm repo add projectcalico https://docs.tigera.io/calico/charts kubectl create namespace tigera-operator cat > values.yaml <