-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
openshift: Latest stable Kubevirt version respects semver comparision #9638
Conversation
Leading towards kubevirt upgrade to latest |
Kubevirt API endpoints will need to be updated due to their rename (VM, OVM ==> VMI, VM) |
image-refresh in progress on cockpit-tasks-8f0b3. |
image-refresh in progress on cockpit-tasks-zp9rr. |
@mareklibra: This failed with
Seems you are running into much of the same issues I already ran into in #9479. I seem to have lost my attempted changes from that, but the issue still has a bunch of things. |
Prior this change, the latest kubevirt version was retrieved from [1] causing mismatch if minor version of former release went out after latest major (like 0.6.2 after 0.7.0). The latest Kubeviret version is determined by sorting within installation script. [1] https://api.github.com/repos/kubevirt/kubevirt/releases/latest
Fixed multiple issues. Recently stucked on devices provided by node:
Required by vm-launcher pod. |
vms cannot be run until kubevirt/kubevirt#1316 is fixed, hopefully in 0.7.1 |
implemented in #8948 |
Since we can't get tests working, setting this as blocked until kubevirt/kubevirt#1316 is merged/released. |
Current latest release (v0.7.0) is broken, see cockpit-project#9638. Fixes cockpit-project#9479
- Drop kubevirt for now. It has been broken for many months now (cockpit-project#9479, cockpit-project#9638), and we must rebuild openshift to finally unbreak our cockpit/ws container (cockpit-project#9941). kubevirt tests continue to run on the openshift-prerelease image, which is sufficient for nw. - Move image to fedora-28, so that we can move cockpit/ws and cockpit/base to fedora-28. - Drop workaround for [certificate bug](openshift/origin#18715), the fix is in latest OpenShift 3.9.0 now. Fixes cockpit-project#9479
- Drop kubevirt for now. It has been broken for many months now (cockpit-project#9479, cockpit-project#9638), and we must rebuild openshift to finally unbreak our cockpit/ws container (cockpit-project#9941). kubevirt tests continue to run on the openshift-prerelease image. - Move image to fedora-28, so that we can move cockpit/ws and cockpit/base to fedora-28. - Update workaround for openshift/origin#18715 to install "openssl", which is not in the default install any more on Fedora 28. Fixes cockpit-project#9479 Closes cockpit-project#9975
- Drop kubevirt for now. It has been broken for many months now (cockpit-project#9479, cockpit-project#9638), and we must rebuild openshift to finally unbreak our cockpit/ws container (cockpit-project#9941). kubevirt tests continue to run on the openshift-prerelease image. - Move image to fedora-28, so that we can move cockpit/ws and cockpit/base to fedora-28. - Drop workaround for openshift/origin#18715, the fix is in latest OpenShift 3.9.0 now. Fixes cockpit-project#9479 Closes cockpit-project#9975
- Drop kubevirt for now. It has been broken for many months now (#9479, #9638), and we must rebuild openshift to finally unbreak our cockpit/ws container (#9941). kubevirt tests continue to run on the openshift-prerelease image. - Move image to fedora-28, so that we can move cockpit/ws and cockpit/base to fedora-28. - Update workaround for openshift/origin#18715 to install "openssl", which is not in the default install any more on Fedora 28. Fixes #9479 Closes #9975
Due to insufficient maintenance, and kubevirt UI moving to Tectonic/Quay, we are removing the kubevirt bits from Cockpit now. Details: |
Prior this change, the latest kubevirt version was retrieved from [1]
causing mismatch if minor version of former release went out after
latest major (like 0.6.2 after 0.7.0).
The latest Kubeviret version is determined by sorting within installation
script.
[1] https://api.github.com/repos/kubevirt/kubevirt/releases/latest