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

Commit 93eb145

Browse files
authored
Remove deprecated --minimum-container-ttl-duration. (#446)
This flag has been deprecated for a few releases. There are other flags with reasonable defaults that supercede this behavior. Fixes #404.
1 parent 45ef63b commit 93eb145

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

hack/quickstart/kubelet.master

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ ExecStart=/usr/lib/coreos/kubelet-wrapper \
2424
--allow-privileged \
2525
--hostname-override=${COREOS_PRIVATE_IPV4} \
2626
--node-labels=node-role.kubernetes.io/master \
27-
--minimum-container-ttl-duration=3m0s \
2827
--cluster_dns=10.3.0.10 \
2928
--cluster_domain=cluster.local \
3029
--pod-manifest-path=/etc/kubernetes/manifests

hack/quickstart/kubelet.worker

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ ExecStart=/usr/lib/coreos/kubelet-wrapper \
2121
--exit-on-lock-contention \
2222
--allow-privileged \
2323
--hostname-override=${COREOS_PRIVATE_IPV4} \
24-
--minimum-container-ttl-duration=3m0s \
2524
--cluster_dns=10.3.0.10 \
2625
--cluster_domain=cluster.local \
2726
--pod-manifest-path=/etc/kubernetes/manifests

0 commit comments

Comments
 (0)