Added label name to kube-dns service

It will be displayed in kubectl clusterinfo command.
This commit is contained in:
Piotr Szczesniak 2015-03-12 13:15:35 +01:00
parent a3fd0a9fd5
commit db5fc4ff90

View File

@ -8,6 +8,7 @@ portalIP: {{ pillar['dns_server'] }}
containerPort: 53
labels:
k8s-app: kube-dns
name: kube-dns
kubernetes.io/cluster-service: "true"
selector:
k8s-app: kube-dns