Eric Greer

Results 75 issues of Eric Greer

The inputs for the main Kuberhealthy binary are not currently documented in cmd/kuberhealthy.

documentation

**Describe the bug** We have noticed that when replacing `khcheck` resources, we get an error like the following: ``` ALERT: Check execution error: failed to verify uuid match 6b4248fe-21e8-4873-bd63-5af19621939a after...

bug

Our end to end KinD container builds are useful for validating that Kuberhealthy works as expected, but we still aren't testing changes to Daemonset and Deployment checks, or the other...

tooling

I would like to see a check for kuberhealthy 2 that verifies that a pod can be deployed in all namespaces (or a specified list of namespaces). Sometimes logical requirements...

proposal
new khcheck

Currently we have to manually tag and push Kuberhealthy images to docker hub before hitting release on Github. Github will, however, automatically update our helm chart based on the release...

tooling

It would be nice to have PRs fire off builds and tests of the checks that are modified in the PR. This way we can easily be sure the proposed...

tooling

The chart in the official helm/charts/stable repository is confusing people. We should officially put a note there that lets people know the chart has moved into our custom chart repo...

The existing CRDs for `khstate` and `khchecks` are manually craeted from some very old examples found on a website. We also had to extend them with `watch` functionality manually. It...

We could provide a grafana dashboard configmap that works with prometheus operator. For an example, see the [grafana dashboard configmaps here](https://github.com/coreos/kube-prometheus/tree/master/manifests). This comes out as a dashboard automatically if grafana...

feature request

Currently, Kuberhealthy looks up the calling pod's IP to validate that it is an allowed checker pod. If the source IP connecting to the check reporting handler is not a...

feature request