-
Notifications
You must be signed in to change notification settings - Fork 1.3k
[self-signed] workspace creation fails in release-2022.09.0
#13735
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
Comments
Hi @Pothulapati thank you for the report! Customers can workaround this by disabling the feature at install time with a patch like so: experimental:
workspace:
enableProtectedSecrets: false However that does carry some risk (outlined here). As background, we enabled protected secrets by default here. |
@Pothulapati it looks like this is blocking |
👋 Good Morning, @kylos101 ! Currently, I can only confirm that it fails in local-preview which is a self-signed instance, but I am verifying the same in
Correct. Because we haven't done a |
@kylos101 Can confirm that the issue also happens with self-signed EKS instance. I have one at
|
Okay, thanks @Pothulapati . 😬 For the meantime, I think we'll need to recommend the ☝️ workaround till a fix is pushed. Would it be appropriate to add a comment in the September Upgrade instructions? I've added to our groundwork, but, it may not land till the next self-hosted release. Let us know your thoughts? The trade-off of using the workaround (disabling |
Hi there, @utam0k is going to take a look at this issue, to see if we can patch the September release. |
Thanks for the solve @utam0k and for the teamwork @Furisto and @Pothulapati !!! 🤝 |
Bug description
On a self-signed instance of GItpod (for example
local-preview
), The workspace creation fails with aCreateConfigError
in Kubernetes. Digging more on that we see the following error in KubernetesThis seems to because of
NODE_EXTRA_CA_CERTS
being marked as a protected secret but still not rightly loaded into the workspace secret as a key. The same can be confirmed by comparing the secret vs the workspaceWorkspace ENV Var
Secret
Steps to reproduce
Run
and see that workspace creation fails (while the image builds work)
Workspace affected
No response
Expected behavior
No response
Example repository
No response
Anything else?
The text was updated successfully, but these errors were encountered: