Skip to content
This repository was archived by the owner on Jul 30, 2021. It is now read-only.

Commit 8ac1d4a

Browse files
authored
Merge pull request #384 from pbx0/flag
hack/quickstart: remove deprecated flag
2 parents 5889420 + ad8a2cd commit 8ac1d4a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hack/quickstart/kubelet.master

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ ExecStart=/usr/lib/coreos/kubelet-wrapper \
2727
--minimum-container-ttl-duration=3m0s \
2828
--cluster_dns=10.3.0.10 \
2929
--cluster_domain=cluster.local \
30-
--config=/etc/kubernetes/manifests
30+
--pod-manifest-path=/etc/kubernetes/manifests
3131

3232
ExecStop=-/usr/bin/rkt stop --uuid-file=/var/run/kubelet-pod.uuid
3333
Restart=always

hack/quickstart/kubelet.worker

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ ExecStart=/usr/lib/coreos/kubelet-wrapper \
2424
--minimum-container-ttl-duration=3m0s \
2525
--cluster_dns=10.3.0.10 \
2626
--cluster_domain=cluster.local \
27-
--config=/etc/kubernetes/manifests
27+
--pod-manifest-path=/etc/kubernetes/manifests
2828

2929
ExecStop=-/usr/bin/rkt stop --uuid-file=/var/run/kubelet-pod.uuid
3030
Restart=always

0 commit comments

Comments
 (0)