Revert "Deploys dns-controller with default ingress setting (--watch-ingress=true)"

This reverts commit 8c13903ab7.
This commit is contained in:
Justin Santa Barbara 2017-05-13 00:27:26 -04:00
parent e3a5a88cb3
commit e8ac74593b
1 changed files with 1 additions and 3 deletions

View File

@ -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: