1
0
mirror of https://github.com/rancher/rke.git synced 2025-08-31 06:34:03 +00:00

Change to canal as default network plugin

This commit is contained in:
Sebastiaan van Steenis
2018-04-05 13:09:22 +02:00
committed by Denise
parent 7ea1fc3b5d
commit 2ca8e6421a

View File

@@ -25,7 +25,7 @@ const (
DefaultAuthStrategy = "x509"
DefaultAuthorizationMode = "rbac"
DefaultNetworkPlugin = "flannel"
DefaultNetworkPlugin = "canal"
DefaultNetworkCloudProvider = "none"
DefaultIngressController = "nginx"