mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 22:46:12 +00:00
Bump kube2sky to 1.2. Point it at https endpoint (3rd try).
This commit is contained in:
parent
ee27094238
commit
44cffec157
@ -29,7 +29,7 @@ desiredState:
|
|||||||
"-advertise-client-urls=http://127.0.0.1:4001",
|
"-advertise-client-urls=http://127.0.0.1:4001",
|
||||||
]
|
]
|
||||||
- name: kube2sky
|
- name: kube2sky
|
||||||
image: gcr.io/google_containers/kube2sky:1.1
|
image: gcr.io/google_containers/kube2sky:1.2
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: dns-token
|
- name: dns-token
|
||||||
mountPath: /etc/dns_token
|
mountPath: /etc/dns_token
|
||||||
@ -37,6 +37,7 @@ desiredState:
|
|||||||
command: [
|
command: [
|
||||||
# entrypoint = "/kube2sky",
|
# entrypoint = "/kube2sky",
|
||||||
"-domain={{ pillar['dns_domain'] }}",
|
"-domain={{ pillar['dns_domain'] }}",
|
||||||
|
"-kubecfg_file=/etc/dns_token/kubeconfig",
|
||||||
]
|
]
|
||||||
- name: skydns
|
- name: skydns
|
||||||
image: gcr.io/google_containers/skydns:2015-03-11-001
|
image: gcr.io/google_containers/skydns:2015-03-11-001
|
||||||
|
Loading…
Reference in New Issue
Block a user