mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-13 08:45:00 -03:30
Change default network plugin to Calico
This commit is contained in:
@@ -105,9 +105,9 @@ etcd_multiaccess: true
|
||||
# kube_apiserver_port (default 443)
|
||||
loadbalancer_apiserver_localhost: true
|
||||
|
||||
# Choose network plugin (calico, weave or flannel)
|
||||
# Choose network plugin (calico, canal, weave or flannel)
|
||||
# Can also be set to 'cloud', which lets the cloud provider setup appropriate routing
|
||||
kube_network_plugin: flannel
|
||||
kube_network_plugin: calico
|
||||
|
||||
# Kubernetes internal network for services, unused block of space.
|
||||
kube_service_addresses: 10.233.0.0/18
|
||||
|
||||
Reference in New Issue
Block a user