Nico Schieder
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...
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...
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:...
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...
# Description ## Reviewer Checklist - [ ] API Go Documentation - [ ] Tests: Unit Tests (and E2E Tests, if appropriate) - [ ] Comprehensive Commit Messages - [...
Implements RFC "Arbitrary Configuration". # Description ## Reviewer Checklist - [ ] API Go Documentation - [ ] Tests: Unit Tests (and E2E Tests, if appropriate) - [ ] Comprehensive...
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...