-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Adding label to ws-manager prevents updating Gitpod with the Installer #8653
Comments
I think I may be experiencing this issue as well using Update: I was able to get my instance updated to |
@corneliusludmann As this is a difficult problem to handle from the side of installer at this point, I am wondering if we should add a note to the My suggestion is to do add a command to |
I added a note to the 2022.03.0 release on how to upgrade This release introduces some new labels for some resources. As labels are immutable properties, these resources will need to be deleted before upgrade can be made - this is basically all the Gitpod deployments/daemonsets/statefulsets NB this will cause a short amount of downtime when these releases are deleted and before they are reapplied. Ensure you plan your upgrade accordingly. kubectl delete deployments.apps blobserve content-service dashboard ide-proxy image-builder-mk3 proxy server ws-manager ws-manager-bridge ws-proxy \
&& kubectl delete daemonset.apps agent-smith registry-facade ws-daemon \
&& kubectl delete statefulset.apps openvsx-proxy |
@mrsimonemms perfect! sorry I missed that! |
Don't worry about it. I couldn't find this ticket either. I think this can be closed. Reopen if you think it needs any more work |
With 44ef470 we added new labels to the
ws-manager
. However, that seems to prevent users from updating their Gitpod installation with the Installer. Following errors occurs:We need to find a way to update Gitpod with the Installer despite the changes of immutable fields.
The text was updated successfully, but these errors were encountered: