From 0acba8abc688f77284fb9b1ef566f5c0a5eb2fdd Mon Sep 17 00:00:00 2001 From: howard zhang Date: Thu, 23 Mar 2023 17:30:40 +0800 Subject: [PATCH] kind: amend env variable CONFIG_WORKER_CPU_MANAGER This variable is defined in cluster-up/cluster/kind/common.sh which is CONFIG_WORKER_CPU_MANAGER rather than CONFIG_CPU_MANAGER Signed-off-by: howard zhang --- cluster-up/cluster/kind-1.23/provider.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster-up/cluster/kind-1.23/provider.sh b/cluster-up/cluster/kind-1.23/provider.sh index a68d2b9a4d..137f677b66 100755 --- a/cluster-up/cluster/kind-1.23/provider.sh +++ b/cluster-up/cluster/kind-1.23/provider.sh @@ -35,7 +35,7 @@ function up() { cp $KIND_MANIFESTS_DIR/kind.yaml ${KUBEVIRTCI_CONFIG_PATH}/$KUBEVIRT_PROVIDER/kind.yaml _add_kubeadm_cpu_manager_config_patch _add_extra_mounts - export CONFIG_CPU_MANAGER=true + export CONFIG_WORKER_CPU_MANAGER=true kind_up configure_registry_proxy