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 this PR does / why we need it**: Updates: GO - 1.18 Kuttl - 0.12.1 K8s - 0.20.2 goreleaser - 1.9.2 golangci_lint - 1.45.2 The big thing it does...

**What happened**: The suggested init brings the error "error: unable to recognize "kudo.yaml": no matches for kind "MutatingWebhookConfiguration" in version "admissionregistration.k8s.io/v1beta1" **How to reproduce it (as minimally and precisely as...

kind/bug

**What happened**: - found these log msgs in kudo controller pod ``` 2022/06/02 05:47:07 PlanExecution: 'genwww' task(s) (instance: default/first-operator-instance) of the deploy.main.genfiles are not ready 2022/06/02 05:47:07 PlanExecution: 'genfiles,app' step(s)...

kind/bug

**What happened**: ``` [root@st2 ~]# kubectl kudo install ./first-operator -v 11 repo configs: { name:community, url:https://kudo-repository.storage.googleapis.com/v1 } repository used { name:community, url:https://kudo-repository.storage.googleapis.com/v1 } I0531 01:57:57.335378 1066260 request.go:645] Throttling request took...

kind/bug

**What happened**: ``` [root@st2 ~]# kubectl kudo init -v 9 init cmd &{0xc00012e008 0xc00012e010 0x29722d8 Always false kudo-system false 300 false false false false /root/.kudo false} /root/.kudo exists /root/.kudo/repository exists...

kind/bug

**What happened**: kubectl kudo init failed **What you expected to happen**: `kubectl kudo init` should be successful **How to reproduce it (as minimally and precisely as possible)**: - download and...

kind/bug

**What would you like to be added**: KUDO should have the possibility to output the rendered resources for a specific plan. This would help with operator development and maybe other...

kind/enhancement

Signed-off-by: Ken Sipe **What this PR does / why we need it**: Fixes #

Creating Go 1.17 Build image for our CI. Just in time for the Go 1.18 Release :) Signed-off-by: Ken Sipe

**Support nodeselector for kudo init**: **To able to deploy on Linux node/Specific Node**: Currently we are having K8s cluster running Windows as well as Linux container, and sometimes due to...

kind/enhancement