Ken Sipe

Results 78 issues of Ken Sipe

The description for the github Hygieia organization page: https://github.com/hygieia has a link of http://hygieia.github.io/Hygieia/getting_started.html which 404s The solution is to make it: http://hygieia.github.io/hygieia/getting_started.html I would submit a PR if it...

The bottom of the page for https://github.com/hygieia/hygieia has a link for Hygieia in Action. The link is to a private video. The link is for: https://www.youtube.com/watch?v=SoNTA78j0tc

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

A KEP PR resulting in a test failure... it is a failure for waiting for teardown. We should understand if this failure is a concern and consider removing it as...

kind/enhancement

Identify and remove a EOF log message which repeats in the controller log... example ``` 2020/11/13 19:11:37 http: TLS handshake error from 10.0.131.25:38688: EOF 2020/11/13 19:11:47 http: TLS handshake error...

kind/bug

HealthChecks are extremely verbose... for just 1 installed operator... it will be worse for many. we should either: 1. reduce log level verbosity for certain messages (unknown types in particular),...

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

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