Ken Sipe
Ken Sipe
**What would you like to be added**: It seems common that we have features in an operator which are "optional" or configurable. So far there is a lot of params...
We currently rely on kubernetes version but this isn't sufficient. We should provide a list of GVK or similar to define expected prerequisite APIs for this operator to function.
Based on Issue #159 we should create a video: 1. spark (1 step) fails 2. look at logs 3. understand the issue 4. move preconditions (crds) to their own step...
kudo v0.15.0+ If you have `kudo init` a cluster and then need to work with or create manifests... it fails with: ``` go run cmd/kubectl-kudo/main.go init --unsafe-self-signed-webhook-ca --version dev --dry-run...
Currently the kube events show the manager pod being created... ``` k get events -n kudo-system LAST SEEN TYPE REASON OBJECT MESSAGE 6s Normal Scheduled pod/kudo-controller-manager-0 Successfully assigned kudo-system/kudo-controller-manager-0 to...
Previous to https://github.com/kudobuilder/kudo/pull/1629 there was a check to verify image name when looking for kudo readiness. As well commented on the PR: https://github.com/kudobuilder/kudo/pull/1629#discussion_r465482145 We need to make sure that upgrades...
Signed-off-by: Ken Sipe
It was [identified](https://github.com/kudobuilder/kudo/pull/1606#issuecomment-659204187) that our release process which uses [goreleaser](https://goreleaser.com/) does not define the version. Historically it has been "latest". Additionally historically the release build has been on a developers...
Add details for kudo specific labels (which are used for highlights, breaking changes etc.) to the contributing.md example: https://github.com/helm/helm/blob/master/CONTRIBUTING.md#labels