Update default network provider.

This commit is contained in:
Drew G. Wallace
2018-07-01 08:01:44 -07:00
committed by Denise
parent c7506a1617
commit 883a4a86a6
@@ -174,9 +174,9 @@ cloud_provider:
# Add-ons are deployed using kubernetes jobs. RKE will give up on trying to get the job status after this timeout in seconds..
addon_job_timeout: 30
# There are several network plug-ins that work, but we default to flannel
# There are several network plug-ins that work, but we default to canal
network:
plugin: flannel
plugin: canal
# Currently only nginx ingress provider is supported.
# To disable ingress controller, set `provider: none`