Unmark the DNS Service and Endpoint as cluster-services.

This label causes the addon-manager to delete them. We can't let the addon-manager
create these either, because it doesn't support endpoints.
pull/143/head
dlorenc 2016-05-31 14:28:32 -07:00
parent 45c1dedf4f
commit a621681e1b
1 changed files with 2 additions and 3 deletions

View File

@ -122,9 +122,8 @@ func (dns *DNSServer) Start() {
Name: DNSServiceName,
Namespace: DNSServiceNamespace,
Labels: map[string]string{
"k8s-app": "kube-dns",
"kubernetes.io/cluster-service": "true",
"kubernetes.io/name": "KubeDNS",
"k8s-app": "kube-dns",
"kubernetes.io/name": "KubeDNS",
},
}