Workspace created by /api/devfile
endpoint doesn't show containers in "My Workspace" panel
#13860
Closed
18 tasks
Labels
kind/enhancement
A feature request - must adhere to the feature request template.
status/duplicate
Issue identified as a duplicate of another issue
Describe the bug
Creating workspace using
/api/devfile
endpoint results in errorneous workspace -> no containers are shown in "My Workspace" panel:Starting the same workspace using
/api/workspace/devfile
works fine, but this endpoint is marked as deprecated in favor of/api/devfile
.I was able to reproduce this in 100% cases with https://github.com/eclipse/che/blob/master/e2e/files/happy-path/happy-path-workspace.yaml (devfile used for Happy Path test).
This behavior is not reproducible with https://github.com/eclipse/che-devfile-registry/blob/master/devfiles/java-maven/devfile.yaml for example.
Che version
Steps to reproduce
/api/devfile
endpoint:curl -X POST -H "Authorization: Bearer $ACTIVE_TOKEN" -H 'Content-Type: text/yaml' --data-binary @/home/rhopp/git/che/e2e/files/happy-path/happy-path-workspace.yaml http://che-che.192.168.39.242.nip.io/api/devfile
Expected behavior
My Workspace panel should show all containers in the worspace
Runtime
kubectl version
)oc version
)minikube version
andkubectl version
)minishift version
andoc version
)docker version
andkubectl version
)k8s - 1.15
minikube - 1.2
Screenshots
See description.
Installation method
chectl server:start -m -a helm
)Environment
Additional context
The text was updated successfully, but these errors were encountered: