Use old small Workspace Image for VMs for now #8407
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
/werft with-vm=true
Description
We're currently experimenting with using image
gitpod-k3s-202202151924-2
for VM-based preview environments, but are having problems getting them to work.The current VM manifest is referencing a storage class that no longer exists. This PR switches back to use the storage class that uses the workspace image
gitpod-k3s-202112202344
.While we don't want to go to beta with this image, we might as well use an image on main which works for now.
Related Issue(s)
No issue
How to test
Run a Werft job off this branch, the
werft
command above will have it use VMs. Verify that the VM boots and that you can get SSH access, kubectl access, and that workspaces (eventually) start.Release Notes
Documentation
N/A