operator-controller
operator-controller copied to clipboard
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:...
# Description - Updates ClusterExtension to v1 - Adds operatorsv1alpha1 package alias for operators/v1alpha1 - Does *NOT* update to catalogd v1 (as that's not merged or released yet) Closes #1155...
There are lots of reasons that we've discovered recently for combining operator-controller and catalogd. There is some initial consensus to put them in the same repository. See https://kubernetes.slack.com/archives/C0181L6JYQ2/p1725637101899489 Issues: -...
For now, I'm opening this issue to collect ideas for ways to improve our image unpacking, caching, and storage abstractions, for both catalogd and operator-controller. The ideas I can think...
Combine OLM v1 components (`catalogd` and `operator-controller`) into a monorepo by importing catalogd `apis` and packages into the operator-controller. This will build upon the work done in the [RFC](https://docs.google.com/document/d/1mNzwtxhmZyk7fnkO_4AoCCnRR0qC98dOg5GZSJkI8qY/edit) In...
Combine .bingo directory from the catalogd and operator-controller projects.
Perform optimizations and code de-duplication where we have code duplication between the catalogd and operator-controller.
Combine goreleaser files from the catalogd and operator-controller files.
Combine the catalogd and operator-controller kustomize configuration files.
Combine the `Makefiles` in the root operator-controller repository and the one in the catalogd directory.