Skip to content

Some issues for deploying Kepler by kepler-helm-chart. #34

@jiere

Description

@jiere

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:

  1. I deployed Kepler on local kind cluster which was created by running make cluster-up command under local kepler source code repo. After helm install kepler, I used helm list to check the release info, but found nothing, so how could I helm uninstall kepler then? 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
  1. After deployed Kepler, we could see that the service name is kepler, however, when deploy Kepler from source code, the default service name is kepler-exporter, it's better to make the name consistent among different deployment methods.

  2. In Chart, the current version is 0.4.0, and the current appVersion is release-0.5, this looks confused to customers. May I know the history and consideration here?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions