You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When an OpenShift/Kubernetes recipe cannot be loaded (e.g. it has an object with non-existent kind section), an internal server error occurs.
Instead a) this error should be handled, and b) a message should be shown to the user with the actual issue (e.g. "No resource type found for: v1#Pod1")
Reproduction Steps
Create Che 7 workspace
Edit workspace config recipe.content to change kind: Pod to kind: Pod2.
Attempt to save changes
Internal Server Error occurred,
The text was updated successfully, but these errors were encountered:
Description
When an OpenShift/Kubernetes recipe cannot be loaded (e.g. it has an object with non-existent
kind
section), an internal server error occurs.Instead a) this error should be handled, and b) a message should be shown to the user with the actual issue (e.g. "No resource type found for: v1#Pod1")
Reproduction Steps
recipe.content
to changekind: Pod
tokind: Pod2
.Internal Server Error occurred,
The text was updated successfully, but these errors were encountered: