Skip to content

Commit

Permalink
Stop using special tokens for DNS
Browse files Browse the repository at this point in the history
  • Loading branch information
thockin committed Jun 26, 2015
1 parent 2b4da35 commit 1ce7f1b
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions cluster/addons/dns/skydns-rc.yaml.in
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,6 @@ spec:
args:
# command = "/kube2sky"
- -domain={{ pillar['dns_domain'] }}
- -kubecfg_file=/etc/dns_token/kubeconfig
volumeMounts:
- mountPath: /etc/dns_token
name: dns-token
readOnly: true
- name: skydns
image: gcr.io/google_containers/skydns:2015-03-11-001
args:
Expand All @@ -63,7 +58,3 @@ spec:
initialDelaySeconds: 30
timeoutSeconds: 5
dnsPolicy: Default # Don't use cluster DNS.
volumes:
- name: dns-token
secret:
secretName: token-system-dns

0 comments on commit 1ce7f1b

Please sign in to comment.