1
0
mirror of https://github.com/rancher/rke.git synced 2025-09-01 15:06:23 +00:00

Merge pull request #435 from moelsayed/unttaged_default

Set default allow-untagged-cloud
This commit is contained in:
Alena Prokharchyk
2018-03-23 13:55:05 -07:00
committed by GitHub

View File

@@ -160,7 +160,7 @@ func (c *Cluster) BuildKubeControllerProcess() v3.Process {
CommandArgs := map[string]string{
"address": "0.0.0.0",
"cloud-provider": c.CloudProvider.Name,
"allow-untagged-cloud": "",
"allow-untagged-cloud": "true",
"configure-cloud-routes": "false",
"leader-elect": "true",
"kubeconfig": pki.GetConfigPath(pki.KubeControllerCertName),