-
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
Unable to create workspace from sample on K8s due wrong URLs reported by devfile registry #20100
Comments
I see that che-server returns correct settings: {
"supportedRecipeTypes": "kubernetes,no-environment",
"che.workspace.auto_start": "true",
"cheWorkspacePluginRegistryUrl": "https://plugin-registry-eclipse-che.192.168.99.100.nip.io/v3",
"cheWorkspacePluginRegistryInternalUrl": "http://plugin-registry.eclipse-che.svc:8080/v3",
"cheWorkspaceDevfileRegistryUrl": "https://devfile-registry-eclipse-che.192.168.99.100.nip.io",
"cheWorkspaceDevfileRegistryInternalUrl": "http://devfile-registry.eclipse-che.svc:8080",
"che.factory.default_plugins": "redhat/vscode-commons/latest",
"che.factory.default_editor": "eclipse/che-theia/next",
"che.workspace.storage.available_types": "persistent,ephemeral,async",
"che.workspace.storage.preferred_type": "persistent",
"che.devworkspaces.enabled": "false"
} Is that dashboard who adjust url ? |
linking with #19084 |
@sleshchenko @svor |
@vitaliy-guliy Could you please check if the problem can be related to these changes eclipse-che/che-devfile-registry#420 |
Yes, checking it.. |
Links to the devfiles were wrong for single-host deployments. When deploying Che with helm, the variable is not set. You could also open the conrainer logs and scroll to top.
|
I've just deployed 7.32.0
But I can create a workspace. |
@svor @vitaliy-guliy |
Describe the bug
Unable to create workspace from sample on K8s due wrong URLs reported by devfile registry:

^ see the cluster internal IP is reported.
Che version
Steps to reproduce
Expected behavior
Icons are displayed and it's possible to create a workspace with sample.
Runtime
kubectl version
)oc version
)minikube version
andkubectl version
)minishift version
andoc version
)docker version
andkubectl version
)Screenshots
see avove
Installation method
chectl version
commandEnvironment
Eclipse Che Logs
Additional context
The text was updated successfully, but these errors were encountered: