-
Notifications
You must be signed in to change notification settings - Fork 44
[Che] Codewind not downloading Cwctl or Appsody binaries after startup #3213
Comments
does it work on 7.15.x ? this hasn't changed since CW 0.14.0 (or 0.13 either) |
Connection refused to localhost:443 is really bizarre. I don't know why it's trying to connect to localhost at all at that point, unless it is some quirk of the container networking. |
Chectl is blocking install of old Che versions 😢 |
Can you post the full theia container log? |
Codewind extension logs: |
I am able to reproduce this on generic Kubernetes (k3s), so not likely an OpenShift-specific configuration/networking issue. Same message as above:
Also I exec-ed into the theia container and was able to wget one of the above URLs, implying the container networking is fine. |
sindresorhus/got#951 and TooTallNate/node-agent-base#35 provides some insight on what's happening here. It looks like a change in node-agent-base is causing the issue here |
Worked around by locking theia version to 1.2 eclipse-archived/codewind-che-plugin#190 |
Closing this out, fixed. |
Codewind version: latest
Che version: 7.16.1
IDE extension version: latest
Kubernetes cluster: OCP 4.5
Description:
Codewind fails to setup the cwctl and appsody binaries after a Codewind workspace starts in Che. The Theia logs have the following error:
If I open a terminal in Theia and run
wget https://download.eclipse.org/codewind/codewind-installer/master/latest/zips/cwctl-linux.tar.gz
, it downloads fine.Steps to reproduce:
The text was updated successfully, but these errors were encountered: