Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kepler version printed incorrectly #1848

Open
vimalk78 opened this issue Nov 15, 2024 · 1 comment
Open

kepler version printed incorrectly #1848

vimalk78 opened this issue Nov 15, 2024 · 1 comment
Labels
kind/bug report bug issue

Comments

@vimalk78
Copy link
Collaborator

What happened?

kepler-latest-1  | I1115 18:05:38.716088  695079 exporter.go:103] Kepler running on version:
exporter.go:103] Kepler running on version: v0.7.12-dirty

What did you expect to happen?

version 0.7.12 to be printed

How can we reproduce it (as minimally and precisely as possible)?

run kepler from quay.io image

Anything else we need to know?

No response

Kepler image tag

0.7.12

Kubernetes version

$ kubectl version
# paste output here

Cloud provider or bare metal

OS version

# On Linux:
$ cat /etc/os-release
# paste output here
$ uname -a
# paste output here

# On Windows:
C:\> wmic os get Caption, Version, BuildNumber, OSArchitecture
# paste output here

Install tools

Kepler deployment config

For on kubernetes:

$ KEPLER_NAMESPACE=kepler

# provide kepler configmap
$ kubectl get configmap kepler-cfm -n ${KEPLER_NAMESPACE}
# paste output here

# provide kepler deployment description
$ kubectl describe deployment kepler-exporter -n ${KEPLER_NAMESPACE}

For standalone:

put your Kepler command argument here

Container runtime (CRI) and version (if applicable)

Related plugins (CNI, CSI, ...) and versions (if applicable)

@vimalk78 vimalk78 added the kind/bug report bug issue label Nov 15, 2024
@SamYuan1990
Copy link
Collaborator

btw, the logic for rpm build at https://github.com/sustainable-computing-io/kepler/blob/main/.github/workflows/rpm.yml#L19 seems not same shell logic or script, with make file. as | tr '-' '.' is not in make file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug report bug issue
Projects
None yet
Development

No branches or pull requests

2 participants