Kubernetes: Difference between revisions

Line 87: Line 87:
   --cri-socket=/run/containerd/containerd.sock \
   --cri-socket=/run/containerd/containerd.sock \
   --pod-network-cidr=192.168.4.0/24
   --pod-network-cidr=192.168.4.0/24
 
# Setup calico networking
kubectl apply -f https://docs.projectcalico.org/manifests/calico.yaml
# (Optional) Remove taint on control-node to allow job scheduling
kubectl taint nodes --all node-role.kubernetes.io/master-
</pre>
</pre>
}}
}}