Skip to content

Commit

Permalink
Merge pull request #7527 from cjcullen/dns
Browse files Browse the repository at this point in the history
Bump kube2sky to 1.2. Point it at https endpoint (3rd try).
  • Loading branch information
Quinton Hoole committed Apr 30, 2015
2 parents 70830ad + 44cffec commit a2fe8a9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cluster/addons/dns/skydns-rc.yaml.in
Expand Up @@ -29,14 +29,15 @@ desiredState:
"-advertise-client-urls=http://127.0.0.1:4001",
]
- name: kube2sky
image: gcr.io/google_containers/kube2sky:1.1
image: gcr.io/google_containers/kube2sky:1.2
volumeMounts:
- name: dns-token
mountPath: /etc/dns_token
readOnly: true
command: [
# entrypoint = "/kube2sky",
"-domain={{ pillar['dns_domain'] }}",
"-kubecfg_file=/etc/dns_token/kubeconfig",
]
- name: skydns
image: gcr.io/google_containers/skydns:2015-03-11-001
Expand Down

0 comments on commit a2fe8a9

Please sign in to comment.