1
0
mirror of https://github.com/rancher/rke.git synced 2025-07-13 15:15:59 +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
commit e54a9668c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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),