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
If a DevWorkspace includes a Kubernetes or OpenShift-type component that uses the uri field, that workspace will fail to start, even if the component has deployByDefault: false.
For components with deployByDefault: false, starting the workspace should not be a problem, as the component is expected to be applied to the cluster at some later point (by e.g. running an apply command).
For components with deployByDefault: true, we should still start the workspace, instead ignoring those components and adding a warning to the workspace.
If a workspace uses a kubernetes component with deployByDefault: false, we shouldn't care if DWO supports URIs or not
If a workspace instead has deployByDefault: true, it would still be useful to start the workspace, downgrading the failure (and webhook rejection) to a warning.
Additional context
The text was updated successfully, but these errors were encountered:
Description
If a DevWorkspace includes a Kubernetes or OpenShift-type component that uses the
uri
field, that workspace will fail to start, even if the component hasdeployByDefault: false
.For components with
deployByDefault: false
, starting the workspace should not be a problem, as the component is expected to be applied to the cluster at some later point (by e.g. running anapply
command).For components with
deployByDefault: true
, we should still start the workspace, instead ignoring those components and adding a warning to the workspace.How To Reproduce
Apply the DevWorkspace
Expected behavior
If a workspace uses a kubernetes component with
deployByDefault: false
, we shouldn't care if DWO supports URIs or notIf a workspace instead has
deployByDefault: true
, it would still be useful to start the workspace, downgrading the failure (and webhook rejection) to a warning.Additional context
The text was updated successfully, but these errors were encountered: