Skip to content

Commit

Permalink
Merge pull request kubernetes#5362 from piosz/kubectl
Browse files Browse the repository at this point in the history
Added label name to kube-dns service
  • Loading branch information
jszczepkowski committed Mar 12, 2015
2 parents a676a28 + db5fc4f commit d8e4efc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cluster/addons/dns/skydns-svc.yaml.in
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit d8e4efc

Please sign in to comment.