Skip to content

Commit

Permalink
ipam: Fix script
Browse files Browse the repository at this point in the history
Use kubectl directly so it wont try to cluster install

Signed-off-by: Or Shoval <[email protected]>
  • Loading branch information
oshoval committed Sep 9, 2024
1 parent 03881f8 commit a6fa91f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ main() {
deploy_cnao
deploy_cnao_cr
./hack/deploy-kubevirt.sh
./cluster/kubectl.sh -n kubevirt patch kubevirt kubevirt --type=merge --patch '{"spec":{"configuration":{"virtualMachineOptions":{"disableSerialConsoleLog":{}}}}}'
kubectl -n kubevirt patch kubevirt kubevirt --type=merge --patch '{"spec":{"configuration":{"virtualMachineOptions":{"disableSerialConsoleLog":{}}}}}'

cd ${TMP_COMPONENT_PATH}
echo "Run kubevirt-ipam-controller functional tests"
Expand Down

0 comments on commit a6fa91f

Please sign in to comment.