upgrade kubevirt to 0.41.0

This commit is contained in:
Nico Schottelius 2021-06-07 22:57:40 +02:00
parent f63e03481c
commit 3f9e76aa40
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ kubectl apply -f nginx-test-deployment.yaml
Based on https://kubevirt.io/user-guide/operations/installation/: Based on https://kubevirt.io/user-guide/operations/installation/:
``` ```
export RELEASE=v0.35.0 export RELEASE=v0.41.0
# Deploy the KubeVirt operator # Deploy the KubeVirt operator
kubectl apply -f https://github.com/kubevirt/kubevirt/releases/download/${RELEASE}/kubevirt-operator.yaml kubectl apply -f https://github.com/kubevirt/kubevirt/releases/download/${RELEASE}/kubevirt-operator.yaml
# Create the KubeVirt CR (instance deployment request) which triggers the actual installation # Create the KubeVirt CR (instance deployment request) which triggers the actual installation