Closed AObuchow closed 3 months ago
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: AObuchow, dkwon17
The full list of commands accepted by this bot can be found here.
The pull request process is described here
Thanks for the review @dkwon17 :) Let's have this merged for DWO 0.31
What does this PR do?
What issues does this PR fix or reference?
Fix https://github.com/devfile/devworkspace-operator/issues/1292 & fix https://github.com/devfile/devworkspace-operator/issues/1296
Is it tested? How?
Testing on both Minikube (Kubernetes) and Openshift is recommended, since ingresses are created on Kubernetes and routes are created on OpenShift.
quay.io/aobuchow/devworkspace-controller:endpoint-annotations-implementation
For instance, on minikube, the created ingresses are called
<workspace-id>-endpoint-1
&<workspace-id>-endpoint-2
respectively. Checking their annotations shows:PR Checklist
/test v8-devworkspace-operator-e2e, v8-che-happy-path
to trigger)v8-devworkspace-operator-e2e
: DevWorkspace e2e testv8-che-happy-path
: Happy path for verification integration with Che