kubectl-operator icon indicating copy to clipboard operation
kubectl-operator copied to clipboard

Manage Kubernetes Operators from the command line

Results 25 kubectl-operator issues
Sort by recently updated
recently updated
newest added

The possibleInstallModes method doesn't deal with the special case of a target namespace being the empty string, so validation fails when installing to the global operator group. E.g. ❯ kubectl...

**Description:** Updates `kubectl operator install` to honor CSVs that provide an `operatorframework.io/suggested-namespace` annotation. **Motivation:** Closes #50 /hold I can't find any upstream documentation for `operatorframework.io/suggested-namespace`, so I'm somewhat concerned that...

needs-rebase
do-not-merge/hold
approved

I ran: ``` kubectl operator install etcd -w "default" -C ``` This seems to result in a successful installation, but there's an extra install plan in the namespace for etcd,...

blocked-by-olm

I have been working on an operator which is listed in the Operator Hub catalog, and it has some resources (clusterrolebinding) which are expected to be created for service accounts...

Story: A user would like to be able to get the standard kubectl autocomplete experience when using the plug-in. Open question: how difficult is this to implement?

kind/feature

OLM users right now have a hard time debugging operator installations that have gone awry. They are required to dig deep into internal APIs, such as InstallPlans, to piece together...

kind/feature

Right now, the `kubectl operator` uses an error-prone shortcut to enable users to provide just a `--version` flag to the `install` subcommand rather than the full starting CSV. It starts...

blocked-by-olm

Related to #1 and #2, when installing operators at non-channel heads, it is not possible to determine the set of supported install modes in advance. This makes it possible for...

blocked-by-olm

The catalog source has several metadata fields in the spec that are optional, but nice to have for UX purposes, both on the command line and in a UI. These...

blocked-by-olm

Right now, `list-available ` can show the versions at each channel head for a particular package, but it doesn't seem possible to know earlier versions. Ideally, the packagemanifest API would...

blocked-by-olm