Ankita Thomas
Ankita Thomas
Publish a new release of the olmv1 kubectl plugin to krew from the operator-controller repo by: - Tagging and cutting a new release, and publishing a new tar.gz archive for...
epic: https://github.com/operator-framework/operator-controller/issues/1424 Investigate methods for exposing catalogd service off cluster for querying for [kubectl-operator](https://github.com/operator-framework/kubectl-operator). Potential options include: - kubectl [port-forward](https://github.com/joelanford/operator-controller/blob/catalogd-query-handler/catalogd/internal/storage/localdir.go#L199) : requires permissions to set up the port-forward connection (https://github.com/kubernetes/kubernetes/issues/110999#issuecomment-1252869586,...
Extend kubectl-operator with a `list-available` command to list the available OLMv1 bundles to install from the currently enabled ClusterCatalogs on cluster, with support for parameters like package, channel, version range/version,...
epic: https://github.com/operator-framework/operator-controller/issues/1424 Extend [kubectl](https://github.com/operator-framework/kubectl-operator) plugin to support commands for ClusterExtensions and ClusterCatalogs
epic: https://github.com/operator-framework/operator-controller/issues/1424 Deprecate the olm v0 commands in [kubectl-operator](https://github.com/operator-framework/kubectl-operator)
A/C: - Detail minimal search API to list contents of all catalogs in cluster. - Evaluate methods of exposing the catalogd search API off cluster. (port-forwarding, nodeport, gateway) Background: The...
Adds a new claude slash command in the repository to use the kubectl-operator plugin to work with the olmv1 subcommands to manage clusterextensions and clustercatalogs.