K8s Installers and Distributions
When running to create a cluster, you need to provide a range of IP addresses for the Pod network using --pod-network-cidr
. By default, a /24 subnet will be allocated out of the CIDR to every Node which joins the cluster, so make sure you use a large enough CIDR to accommodate the number of Nodes you want. Once the cluster has been created, this CIDR cannot be changed.
Rancher
When creating a workload cluster, set the network plugin to .
--flannel-backend=none
, which lets you run the CNI of your choice- , to disable the K3s NetworkPolicy controller
Kops
When creating a cluster, run Kops with --networking cni
, to enable CNI for the cluster without deploying a specific network plugin.
To deploy Antrea on Kind, please follow these .
Minikube
You can open a Pull Request to:
- Add a new combination of versions that you have tested successfully to the table above.
Please make sure that you run conformance tests with and consider uploading the test results to a publicly accessible location. You can run sonobuoy with: