From 883a4a86a6a1fe671a61a94ceed25d61b1a7056e Mon Sep 17 00:00:00 2001 From: "Drew G. Wallace" <32915923+drewgwallace@users.noreply.github.com> Date: Fri, 29 Jun 2018 08:43:54 -0700 Subject: [PATCH] Update default network provider. --- content/rke/v0.1.x/en/example-yamls/_index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/rke/v0.1.x/en/example-yamls/_index.md b/content/rke/v0.1.x/en/example-yamls/_index.md index c697b91dc9d..681c9a1b744 100644 --- a/content/rke/v0.1.x/en/example-yamls/_index.md +++ b/content/rke/v0.1.x/en/example-yamls/_index.md @@ -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`