operator-controller
operator-controller copied to clipboard
In the first pass of the dynamic caching layer for ClusterExtension-managed content, we focused on core functionality and left optimizations for the future. This meant that the fastest path to...
# Description ## Reviewer Checklist - [ ] API Go Documentation - [ ] Tests: Unit Tests (and E2E Tests, if appropriate) - [ ] Comprehensive Commit Messages - [...
Today, if multiple ClusterCatalogs exist on a cluster, they contain duplicate package names, and both catalogs contain bundles the meet the criteria of a ClusterExtension, the choice that our resolution...
Adds more tests to the packages migrated from rukpak. Closes #1037 ## Reviewer Checklist - [ ] API Go Documentation - [ ] Tests: Unit Tests (and E2E Tests, if...
Bumps the k8s-dependencies group with 2 updates: [k8s.io/cli-runtime](https://github.com/kubernetes/cli-runtime) and [k8s.io/client-go](https://github.com/kubernetes/client-go). Updates `k8s.io/cli-runtime` from 0.30.3 to 0.31.0 Commits 598cf84 Update dependencies to v0.31.0 tag 86e7f90 revendor dependencies 5f321dd Merge pull request...
We have the namespace manifest in both operator-controller [2] and catalogd [1]. However install script [3] applies both one after another. Ideally the namespace should be in just catalogd. Also...