mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-20 02:11:09 +00:00
Merge pull request #72725 from dims/fix-reference-to-non-existing-variable-in-run_test
Fix Referencing non existing var in e2e_node/conformance/run_test.sh
This commit is contained in:
commit
ee9331e585
@ -76,7 +76,7 @@ CNI_CONF_DIR=${CNI_CONF_DIR:-""}
|
||||
# CNI_BIN_DIR is the path to network plugin config files.
|
||||
CNI_BIN_DIR=${CNI_BIN_DIR:-""}
|
||||
|
||||
# KUBELET_KUBECONFIG_DIR is the path to a dir for the kubelet's kubeconfig file
|
||||
# KUBELET_KUBECONFIG is the path to a kubeconfig file, specifying how to connect to the API server.
|
||||
KUBELET_KUBECONFIG=${KUBELET_KUBECONFIG:-"/var/lib/kubelet/kubeconfig"}
|
||||
|
||||
# Creates a kubeconfig file for the kubelet.
|
||||
@ -182,7 +182,7 @@ config_dir=`mktemp -d`
|
||||
file_check_frequency=10s
|
||||
pod_cidr=10.100.0.0/24
|
||||
log_level=4
|
||||
start_kubelet --kubeconfig "${KUBELET_KUBECONFIG_DIR}/kubelet.kubeconfig" \
|
||||
start_kubelet --kubeconfig ${KUBELET_KUBECONFIG} \
|
||||
--volume-stats-agg-period $volume_stats_agg_period \
|
||||
--allow-privileged=$allow_privileged \
|
||||
--serialize-image-pulls=$serialize_image_pulls \
|
||||
|
Loading…
Reference in New Issue
Block a user