operator-controller
operator-controller copied to clipboard
Adds installed version, resolved version and age printer columns Resolves https://github.com/operator-framework/operator-controller/issues/1018 # Description ## Reviewer Checklist - [ ] API Go Documentation - [ ] Tests: Unit Tests (and E2E...
Parent epic https://github.com/operator-framework/operator-controller/issues/1015 - Add a flag `--pull-secret` that takes a string containing namespace and name of a pull secret separated by a `/` ex: `--pull-secret=namespace/name` - If supplied, the...
This issue tracks the follow ups which are in queue after the helm integration feature is merged to main: #846 Codebase: - [x] Limit the number of unpack re-tries in...
After we implemented #737, users now provide their own service accounts that must have the permissions necessary to manage the lifecycle of a bundle. This epics depends on #988 and...
Possibly as a validating webhook that runs after the mutating webhook enforce labeling policy. Policy enforcement includes, but maybe is not limited to: Each catalog name label is uniquely named.
There is a composed system to make the final correct response happen: one, or possibly two, webhooks -- a mutating webhook and possibly a validating webhook to enforce policy; operator-controller,...
# Description This is needed for the cluster olm operator to find the ocp max version ## Reviewer Checklist - [ ] API Go Documentation - [ ] Tests: Unit...