Skip to content

Commit

Permalink
kind: amend env variable CONFIG_WORKER_CPU_MANAGER
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
zhlhahaha committed Mar 23, 2023
1 parent 2957a2f commit 0acba8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cluster-up/cluster/kind-1.23/provider.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0acba8a

Please sign in to comment.