Ankita Thomas
Ankita Thomas
Some refactoring work for https://github.com/operator-framework/operator-registry/pull/767, moving the bundle existence checks on add to a wrapped implementation of populator.
When applying CRDs from unpacked bundles, rukpak doesn't convert the CRD version to match apiVersion supported by the underlying cluster. If a bundle image has a CRD with `{apiVersion: [apiextensions.k8s.io/v1beta1],...
update the OLM project links in README.md to include the OLM v1 repositories
Switching to CatalogSource in doc to reflect OperatorSource deprecation.
Cert updates can occasionally fail silently, updating only the timestamps on the CSV without any changes to the underlying cert secret. This PR uses the cert expiry times directly to...
This PR makes the clusterextension api more consistent with the extension api by: - copying over missing fields to the clusterextension api - adding the `Progressing` condition to indicate a...
Follow-up to https://github.com/operator-framework/operator-controller/issues/747 Make room in the ClusterExtension API for other techniques for sourcing bundles (i.e. enable a future where bundles don't have to be sourced from a catalog)
For very large catalogs (such as registry.redhat.io/redhat/redhat-operator-index:v4.18 ; 1.55GB), listing the full contents of the catalog with port-forward may cause the request to time out before completion. Investigate methods to...
Move the [kubectl-operator olmv1](https://github.com/operator-framework/kubectl-operator/tree/main/internal/cmd/internal/olmv1) plugin related files to a subdirectory in the operator-controller repo including: - all files related to implementations - e2e and unit tests - CI, build targets...
rework the olmv1 kubectl plugin UX from the olmv0 kubectl-operator style UX to be more consistent with olmv1 vocabulary and typical kubectl/cli best practices. This includes updating documentation to reflect...