mirror of
https://github.com/kubernetes-sigs/kind.git
synced 2025-12-01 07:26:05 +07:00
switch e2e-k8s.sh to runtimeConfig
This commit is contained in:
@@ -144,6 +144,7 @@ nodes:
|
||||
- role: worker
|
||||
- role: worker
|
||||
featureGates: ${feature_gates}
|
||||
runtimeConfig: ${runtime_config}
|
||||
kubeadmConfigPatches:
|
||||
- |
|
||||
kind: ClusterConfiguration
|
||||
@@ -151,7 +152,6 @@ kubeadmConfigPatches:
|
||||
name: config
|
||||
apiServer:
|
||||
extraArgs:
|
||||
"runtime-config": "${runtime_config}"
|
||||
"v": "${KIND_CLUSTER_LOG_LEVEL}"
|
||||
controllerManager:
|
||||
extraArgs:
|
||||
|
||||
Reference in New Issue
Block a user