Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated kubevirt to v0.24.0 #127

Merged
merged 2 commits into from
Dec 6, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@ $ minikube ssh -- test -e /dev/kvm \
Now you are finally ready to deploy KubeVirt using our operator (comparable to an installer):

```bash
$ kubectl apply -f https://github.com/kubevirt/kubevirt/releases/download/v0.23.0/kubevirt-operator.yaml
$ kubectl apply -f https://github.com/kubevirt/kubevirt/releases/download/v0.24.0/kubevirt-operator.yaml
deployment.apps/virt-operator created

$ kubectl apply -f https://github.com/kubevirt/kubevirt/releases/download/v0.23.0/kubevirt-cr.yaml
$ kubectl apply -f https://github.com/kubevirt/kubevirt/releases/download/v0.24.0/kubevirt-cr.yaml
kubevirt.kubevirt.io/kubevirt created
```

Expand All @@ -82,7 +82,7 @@ An additional binary is provided to get quick access to the serial and graphical
The tool is called `virtctl` and can be retrieved from the release page of KubeVirt:

```bash
$ curl -L -o virtctl https://github.com/kubevirt/kubevirt/releases/download/v0.23.0/virtctl-v0.23.0-linux-amd64
$ curl -L -o virtctl https://github.com/kubevirt/kubevirt/releases/download/v0.24.0/virtctl-v0.24.0-linux-amd64
$ chmod +x virtctl
```

Expand Down
2 changes: 1 addition & 1 deletion ci
Submodule ci updated 2 files
+1 −1 ci/defaults
+1 −1 ci/prepare-host