Merge pull request #102966 from SergeyKanzhelev/deprecateDynamicKubeletConfig

deprecate and disable by default DynamicKubeletConfig feature flag
This commit is contained in:
Kubernetes Prow Robot
2021-07-07 17:05:15 -07:00
committed by GitHub
11 changed files with 178 additions and 117 deletions

View File

@@ -762,9 +762,6 @@ function construct-linux-kubelet-flags {
flags+=" --experimental-check-node-capabilities-before-mount=true"
# Keep in sync with the mkdir command in configure-helper.sh (until the TODO is resolved)
flags+=" --cert-dir=/var/lib/kubelet/pki/"
# Configure the directory that the Kubelet should use to store dynamic config checkpoints
flags+=" --dynamic-config-dir=/var/lib/kubelet/dynamic-config"
if [[ "${node_type}" == "master" ]]; then
flags+=" ${MASTER_KUBELET_TEST_ARGS:-}"