Sunil Thaha
Sunil Thaha
@ExplorerRay thats only an example .. I think a better example would have been https://kubernetes.io/docs/concepts/configuration/liveness-readiness-startup-probes/ There are readiness, and liveness probes and the actual endpoint really doesn't matter but it...
No worries, I wasn't clear either :( I shouldn't have pasted what "looked" like the right reference to these probe endpoint.
> About the readyz, is it good to use whether exporter provides metrics to check readiness? (Maybe similar to current check of /metrics) Since all access to /metrics results in...
> do we need curl after reboot? The need for minimal tools is to debug failures in production. Especially n/w related issues.
go version 23 unable to generate deploy manifest and not stable helm chart for release v0.0.9-reboot
@muzakkir6207 for reboot, could you please use the `reboot` branch? We have manifests here: https://github.com/sustainable-computing-io/kepler/tree/reboot/manifests/k8s
@conquerorAlex thanks for reporting. Like @ExplorerRay pointed `build-manifests` don't exist anymore but you can find sample manifests under - https://github.com/sustainable-computing-io/kepler/tree/main/manifests/k8s Also please checkout - https://github.com/sustainable-computing-io/kepler/blob/main/Makefile#L149-L180
If you are using helm, could you please help test https://github.com/sustainable-computing-io/kepler/pull/2220 ?
@ExplorerRay , good question :-) The problem this is trying to solve are * keep helm charts in sync with kepler * have an artifact you can install with every...
> I need to say that helm repo really makes the whole install process much easier. Because I don't use helm, could you please help me understand how having a...
We will figure out a good way to improve the UX. may be instead of ``` helm repo add kepler https://sustainable-computing-io.github.io/kepler-helm-chart ``` We could `helm repo add kepler https://sustainable-computing-io.github.io/kepler` but...