mirror of https://github.com/kubernetes/kops.git
Revert "Deploys dns-controller with default ingress setting (--watch-ingress=true)"
This reverts commit 8c13903ab7
.
This commit is contained in:
parent
e3a5a88cb3
commit
e8ac74593b
|
@ -131,9 +131,7 @@ func (tf *TemplateFunctions) DnsControllerArgv() ([]string, error) {
|
|||
|
||||
argv = append(argv, "/usr/bin/dns-controller")
|
||||
|
||||
// Default dns-controller behavior --watch-ingress=true
|
||||
// Turning on as per: https://github.com/kubernetes/kops/issues/551#issuecomment-275981949
|
||||
// argv = append(argv, "--watch-ingress=false")
|
||||
argv = append(argv, "--watch-ingress=false")
|
||||
|
||||
switch fi.CloudProviderID(tf.cluster.Spec.CloudProvider) {
|
||||
case fi.CloudProviderAWS:
|
||||
|
|
Loading…
Reference in New Issue