-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Description
When I followed README here to deploy Kepler, Kepler could be normally deployed and we could fetch metrics by port forwarding 9102 port. However, I still had several concerns as follows:
- I deployed Kepler on local kind cluster which was created by running
make cluster-upcommand under local kepler source code repo. Afterhelm install kepler, I usedhelm listto check the release info, but found nothing, so how could Ihelm uninstall keplerthen? See test console logs:
$ helm repo list
NAME URL
kepler https://sustainable-computing-io.github.io/kepler-helm-chart
$
$ helm list
NAME NAMESPACE REVISION UPDATED STATUS CHART APP VERSION
$
$ kubectl get pods -n kepler
NAME READY STATUS RESTARTS AGE
kepler-2s9tv 1/1 Running 0 3h28m
-
After deployed Kepler, we could see that the service name is
kepler, however, when deploy Kepler from source code, the default service name iskepler-exporter, it's better to make the name consistent among different deployment methods. -
In Chart, the current
versionis 0.4.0, and the currentappVersionis release-0.5, this looks confused to customers. May I know the history and consideration here?
husky-parul
Metadata
Metadata
Assignees
Labels
No labels