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:
commit
e54a9668c8
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user