Skip to content

Commit

Permalink
Set default KUBEVIRT_PROVIDER to k8s-1.18. (#404)
Browse files Browse the repository at this point in the history
Older lanes (such as the default k8s-1.15) use an older host OS
and don't run properly on Ryzen CPUs, as described in
kubevirt/kubevirt#3615

Signed-off-by: Maya Rashish <[email protected]>
  • Loading branch information
maya-r authored Jul 10, 2020
1 parent 88a5a98 commit b98abc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cluster-up/hack/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ fi


KUBEVIRTCI_CLUSTER_PATH=${KUBEVIRTCI_CLUSTER_PATH:-${KUBEVIRTCI_PATH}/cluster}
KUBEVIRT_PROVIDER=${KUBEVIRT_PROVIDER:-k8s-1.15}
KUBEVIRT_PROVIDER=${KUBEVIRT_PROVIDER:-k8s-1.18}
KUBEVIRT_NUM_NODES=${KUBEVIRT_NUM_NODES:-1}
KUBEVIRT_MEMORY_SIZE=${KUBEVIRT_MEMORY_SIZE:-5120M}
KUBEVIRT_NUM_SECONDARY_NICS=${KUBEVIRT_NUM_SECONDARY_NICS:-0}
Expand Down

0 comments on commit b98abc1

Please sign in to comment.