-
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
Workspace fails to start with DNS configuration issue #14050
Comments
My guts is telling that this is rooted from https://github.com/eclipse/che/blob/caae00e21b2fd316560a406f2e1d8ad98edf1dad/workspace-loader/devfile.yaml however, I still tend to believe that it might be related to my environment? i.e running Kuberentes behind load balancer? But not sure how is that can cause certificate issue on third parties? If it is related to taht devfile.yaml, then it would make sense we also check https://github.com/eclipse/che/blob/caae00e21b2fd316560a406f2e1d8ad98edf1dad/dashboard/devfile.yaml ? |
hi @metlos and @AndrienkoAleksandr , i see that you guys are ones who contributed in the yaml file mentioned above, can you please let me know if you have any thoughts that could help please? |
it might be related to #14035 if you're using self-certificates ? |
@SDAdham Please provide more info about your Che installation, command how you deploy. |
@sleshchenko : please see Steps to reproduce in the description, I tried all ways I reached out to kubernetes community and based on their intel, it's got something to do with the image itself whether or not the |
Looks like DNS issue,
indicates that github.com host might be resolved with Che Server IP. |
I doubt it related to che, more like infrastructure or DNS problem. |
from che workspace pod please do the command: |
@skabashnyuk is there any particular reason why you have labelled it |
Wrong decision. team label removed. |
Hello everyone, I'm sorry for being inactive, I've been extremely busy in these couple of days and I might not be available in the next upcoming days. @skryzhny / @sleshchenko you're right, it's an issue with the certificates, and apparently the DNS based on cert-manager/cert-manager#641 , I have no idea how to solve it, but did some diggings and can confirm you're correct I'll see what I can do about:
I'll see if I can do this, the thing is I'm using juju/conjure up for my kubernetes cluster and I don't know how to achieve this exactly, because not only the problem is happening on the Since this is not related to Thanks @skabashnyuk, @l0rd, @skryzhny and @sleshchenko! |
I'm not sure if I'm mistaken, but I think this issue is best moved to che's documentation https://github.com/eclipse/che-docs/ space, as maybe this might be handy to be added to the troubleshoot installation doc? |
determined the issue, it was bind9 service that was down and causing this issue, once fixed it, my |
@skryzhny : running
|
This issue has been resolved, the whole issue was actually produced by Bug has been reported to the MAAS team https://bugs.launchpad.net/maas/+bug/1841334 Thanks everyone! |
Describe the bug
When starting up any workspace, I get the following message:
Che version
7.0.0-rc-5.0-SNAPSHOT
Steps to reproduce
chectl server:start --installer=helm --domain=<myDomain> --multiuser --platform=k8s --tls --self-signed-cert
chectl server:start --installer=helm --domain=<myDomain> --multiuser --platform=k8s --tls
or;chectl server:start --installer=helm --domain=<myDomain> --multiuser --platform=k8s
Expected behavior
Runtime
kubectl version
)oc version
)minikube version
andkubectl version
)minishift version
andoc version
)docker version
andkubectl version
)Screenshots
Installation method
chectl/0.0.2-a74ad81 linux-x64 node-v10.4.1
Environment
private cloud hosted by ubuntu server
Additional context
Looks relevant to #12999 & #13685 maybe?
The text was updated successfully, but these errors were encountered: