This repository was archived by the owner on Sep 30, 2020. It is now read-only.
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -196,7 +196,7 @@ coreos:
196
196
Restart=on-failure
197
197
ExecStartPre=/usr/bin/systemctl is-active kubelet.service
198
198
ExecStartPre=/usr/bin/systemctl is-active docker.service
199
- ExecStartPre=/usr/bin/curl http://127.0.0.1:8080/version
199
+ ExecStartPre=/usr/bin/curl -s -f http://127.0.0.1:8080/version
200
200
ExecStart=/opt/bin/install-kube-system
201
201
202
202
{{ if .UseCalico }}
@@ -214,7 +214,7 @@ coreos:
214
214
Restart=on-failure
215
215
ExecStartPre=/usr/bin/systemctl is-active kubelet.service
216
216
ExecStartPre=/usr/bin/systemctl is-active docker.service
217
- ExecStartPre=/usr/bin/curl http://127.0.0.1:8080/version
217
+ ExecStartPre=/usr/bin/curl -s -f http://127.0.0.1:8080/version
218
218
ExecStart=/opt/bin/install-calico-system
219
219
{{ end }}
220
220
{{ if $.ElasticFileSystemID }}
@@ -374,7 +374,7 @@ write_files:
374
374
}
375
375
376
376
mfdir=/srv/kubernetes/manifests
377
- for manifest in $mfdir/ {kube-dns-de,kube-dns-autoscaler-de,heapster-de}.yaml;do
377
+ for manifest in {kube-dns-de,kube-dns-autoscaler-de,heapster-de}.yaml; do
378
378
post_yaml "@$mfdir/$manifest" \
379
379
"http://127.0.0.1:8080/apis/extensions/v1beta1/namespaces/kube-system/deployments"
380
380
done
You can’t perform that action at this time.
0 commit comments