kudo icon indicating copy to clipboard operation
kudo copied to clipboard

Kubernetes Universal Declarative Operator (KUDO)

Results 111 kudo issues
Sort by recently updated
recently updated
newest added

**What would you like to be added**: `kudo plan status` supports `--wait` but does not have `--wait-timeout`, we should add it. **Why is this needed**: To keep flags in sync...

priority/low
kind/enhancement
Hacktoberfest

**What would you like to be added**: Two new parameter types, "ConfigMapName" and "SecretName". These would generally be strings, but KUDO can have additional functionality: - Verify that the resources...

priority/low
kind/enhancement
Hacktoberfest

**What would you like to be added**: Change logging package to https://github.com/go-logr/logr, which is the new default for Kubebuilder v2 **Why is this needed**: This logging package allows adding key/values...

kind/enhancement
Hacktoberfest

**What would you like to be added**: KUDO can use parameter files on install and update with `-P`. It would be good to allow KUDO to create such a file...

kind/enhancement
Hacktoberfest

Github is working on making this change as a default. Some more context here from the person who picked the names: https://twitter.com/devgerred/status/1272345655864893445 This is more of a RFC than a...

kind/enhancement

PR #1700 adds the ability to have subfolders for templates. It results in a `kudo package list plans -t` which could be improved. Perhaps subfolders could be honored as nodes...

kind/enhancement

**What would you like to be added**: Extend cert-manager validation to wait for the webhook pod to prevent the following error from happening. ``` k get deployment -n cert-manager NAME...

kind/enhancement

**What would you like to be added**: Extract the cert-manager detection and the tinyCA code from the `kudoinit/prereq/webhook.go` into it's own initializers and allow the data from those two parts...

kind/enhancement

From Master... The following fragment of IndexFile for flink, the `FindFirstMatch` should return the older appVersion 0.8.0, operatorVersion 0.4.0 but it does NOT ``` flink: - appVersion: 0.7.0 description: wrong...

kind/bug

We need plan lifecycles defined for KUDO. There is a lot to define, justifying a KEP What is to be defined / decided: * Is a plan re-entrant? should an...

kind/enhancement
needs-kep