Results 8 issues of Nico Schieder

## Type of question Best practice, general context/help :) ## Question **What did you do?** We want to deploy a large operator with multiple dependencies from a private repository, the...

triage/support

We are implementing a higher-level controller on top of github.com/rhobs/observability-operator, as part of github.com/openshift/addon-operator. Now we want to use the new status conditions posted by OO and Prometheus Operator, but...

kind/bug
stale

When creating a ClusterExtension with `.spec.install.serviceAccount` pointing to a non-existent ServiceAccount, Operatort Controller is showing a potentially misleading message in the condition status. (See in example below) `Kubernetes cluster unreachable:...

kind/bug

If cluster-scoped list & watch permissions are missing for types contained in the bundle image, operator-controller will fail to populate .status. Intenal error also blocks deletion of ClusterExtension CR, due...

kind/bug

# Description ## Reviewer Checklist - [ ] API Go Documentation - [ ] Tests: Unit Tests (and E2E Tests, if appropriate) - [ ] Comprehensive Commit Messages - [...

needs-rebase
do-not-merge/work-in-progress

Implements RFC "Arbitrary Configuration". # Description ## Reviewer Checklist - [ ] API Go Documentation - [ ] Tests: Unit Tests (and E2E Tests, if appropriate) - [ ] Comprehensive...

do-not-merge/work-in-progress

Hey Neos team, I am checking out Neos for a project and am trying to understand the demo/example site. Seems like going through the docker flow: https://docs.neos.io/guide/installation-development-setup/docker-and-docker-compose-setup Will result in...