diff --git a/cluster/sync.sh b/cluster/sync.sh index c507c67829..2b4a4310f3 100755 --- a/cluster/sync.sh +++ b/cluster/sync.sh @@ -56,7 +56,7 @@ function update_nodes { for i in $(seq 1 ${KUBEVIRT_NUM_NODES}); do nodes+=("node$(printf "%02d" ${i})") done - pull_command="docker" + pull_command="crictl" fi ${_cri_bin} ps -a diff --git a/deploy/deploy.sh b/deploy/deploy.sh index 0a99673b51..b79fd4e92d 100755 --- a/deploy/deploy.sh +++ b/deploy/deploy.sh @@ -33,6 +33,7 @@ kubectl apply ${LABEL_SELECTOR_ARG} -f https://raw.githubusercontent.com/kubevir kubectl apply ${LABEL_SELECTOR_ARG} -f https://raw.githubusercontent.com/kubevirt/hyperconverged-cluster-operator/main/deploy/crds/kubevirt00.crd.yaml kubectl apply ${LABEL_SELECTOR_ARG} -f https://raw.githubusercontent.com/kubevirt/hyperconverged-cluster-operator/main/deploy/crds/hostpath-provisioner00.crd.yaml kubectl apply ${LABEL_SELECTOR_ARG} -f https://raw.githubusercontent.com/kubevirt/hyperconverged-cluster-operator/main/deploy/crds/scheduling-scale-performance00.crd.yaml +kubectl apply ${LABEL_SELECTOR_ARG} -f https://raw.githubusercontent.com/kubevirt/hyperconverged-cluster-operator/main/deploy/crds/managed-tenant-quota00.crd.yaml # Deploy cert-manager for webhook certificates kubectl apply ${LABEL_SELECTOR_ARG} -f https://raw.githubusercontent.com/kubevirt/hyperconverged-cluster-operator/main/deploy/cert-manager.yaml