Andrew O.

Results 235 comments of Andrew O.

Still able to reproduce this on the dogfooding cluster

> @AObuchow what would it take to get this supported for icon packs? I can look for budget to sponsor this. It's for an RCP application to have a sane...

@vitaliy-guliy can you please share the devfile you used that encountered this error? I'm under the impression this is affecting tooling images other than the UDI, as I didn't reproduce...

I don't believe we actually maintain that image https://catalog.redhat.com/software/containers/ubi9/python-39/61a61032bfd4a5234d59629e?container-tabs=overview Maybe once the short term plan for https://issues.redhat.com/browse/CRW-6577?focusedId=25106725&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-25106725 is resolved, we can create a minimal python image based on our UBI...

IIRC this is unfortunately not trivial to do due to recent changes to Kuberentes, unfortunately. See https://github.com/devfile/devworkspace-operator/issues/1324 However, I had an [idea](https://issues.redhat.com/browse/CRW-6580?focusedId=25990997&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-25990997) to force postStart events to always succeed, though...

I was able to reproduce this issue with the following [devfile](https://github.com/AObuchow/python-endpoint-devfile-test/blob/main/devfile.yaml): ```YAML schemaVersion: 2.2.2 metadata: name: python displayName: Python provider: Red Hat version: 3.1.0 projects: - name: flask-example git: remotes:...

So far, I believe this is a Che Router bug, because this bug does not occur when using DevWorkspace Operator's "basic" routing class. To verify this, I created the following...

I think I've finally found the source for the bug. The Che Router will associate all routes/ingresses with the [workspace's common service](https://github.com/eclipse-che/che-operator/blob/main/controllers/devworkspace/solver/che_routing.go#L516) rather than checking if a service exists for...