-
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
Bypass E_CHE_API_NOTFOUND #17534
Comments
@gnoejuan |
Yes. I believe my current problem isn't related to Che exactly. Currently I believe the problem is with my k8s deployment, but I'm still hunting that down.
My browser still says there's a problem with the cert (new private browsing window), but I do see the CLI says 404. |
@gnoejuan |
Perfect, I am also seeing the same issue. I think I am having a different problem with the front end as my browser just throws |
Just to confirm, the certificate problem was/is most likely a problem with k3s. I guess, just following up. After migrating back to microk8s, the cert was fine. |
Is your enhancement related to a problem? Please describe.
It appears the Che deployed an expired certificate.
Describe the solution you'd like
There have been other situations where I wanted to retry an installation of Che, but because the API was non-functional, server:stop and server:delete don't work.
Instead of trying to use an API, perhaps kubectl could be used to undo any changes?
Describe alternatives you've considered
Documentation of CheCtl's internals so the end user could manually undo chectl's action.
Additional context
The text was updated successfully, but these errors were encountered: