Skip to content

Commit

Permalink
Parameterize DNS service IP
Browse files Browse the repository at this point in the history
  • Loading branch information
rocketraman committed Sep 20, 2017
1 parent e860761 commit ccbb107
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parts/kubernetesmasteraddons-kube-dns-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ metadata:
name: kube-dns
namespace: kube-system
spec:
clusterIP: 10.0.0.10
clusterIP: <kubeDNSServiceIP>
ports:
- name: dns
port: 53
Expand Down

0 comments on commit ccbb107

Please sign in to comment.