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

Descheduler Version Not Working in Official Container Images #425

Closed
seanmalloy opened this issue Oct 9, 2020 · 2 comments · Fixed by #427
Closed

Descheduler Version Not Working in Official Container Images #425

seanmalloy opened this issue Oct 9, 2020 · 2 comments · Fixed by #427
Assignees
Labels
kind/bug Categorizes issue or PR as related to a bug.

Comments

@seanmalloy
Copy link
Member

What version of descheduler are you using?

descheduler version: v0.19.0

Does this issue reproduce with the latest release?
Yes.

Which descheduler CLI options are you using?

descheduler version

Please provide a copy of your descheduler policy config file
N/A

What k8s version are you using (kubectl version)?
v1.19.0

kubectl version Output
$ kubectl version

What did you do?
I ran the below command. Note that the major and minor versions are empty.

docker run k8s.gcr.io/descheduler/descheduler:v0.19.0 /bin/descheduler version
Descheduler version {Major: Minor: GitCommit: GitVersion: BuildDate:2020-09-01T16:43:23+0000 GoVersion:go1.15 Compiler:gc Platform:linux/amd64}

What did you expect to see?
I expect descheduler version to output the correct version information when using the official container images from k8s.gcr.io.

What did you see instead?
The major and minor versions are empty.

@seanmalloy seanmalloy added the kind/bug Categorizes issue or PR as related to a bug. label Oct 9, 2020
@seanmalloy
Copy link
Member Author

I will try to fix this eventually, but If someone else has time to work on this then don't wait for me.

@seanmalloy
Copy link
Member Author

/assign

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant