mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-17 07:03:31 +00:00
Merge pull request #91788 from rahulkjoshi/detect-local-mode
Add option to specify detect-local-mode during cluster configuration
This commit is contained in:
@@ -1657,6 +1657,9 @@ function prepare-kube-proxy-manifest-variables {
|
||||
if [[ -n "${KUBEPROXY_TEST_ARGS:-}" ]]; then
|
||||
params+=" ${KUBEPROXY_TEST_ARGS}"
|
||||
fi
|
||||
if [[ -n "${DETECT_LOCAL_MODE:-}" ]]; then
|
||||
params+=" --detect-local-mode=${DETECT_LOCAL_MODE}"
|
||||
fi
|
||||
local container_env=""
|
||||
local kube_cache_mutation_detector_env_name=""
|
||||
local kube_cache_mutation_detector_env_value=""
|
||||
|
Reference in New Issue
Block a user