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

Helm chart some cmdOption are not supported. #714

Closed
eminaktas opened this issue Feb 7, 2022 · 0 comments · Fixed by #715
Closed

Helm chart some cmdOption are not supported. #714

eminaktas opened this issue Feb 7, 2022 · 0 comments · Fixed by #715
Labels
kind/bug Categorizes issue or PR as related to a bug.

Comments

@eminaktas
Copy link
Contributor

eminaktas commented Feb 7, 2022

What version of descheduler are you using?

descheduler version: 0.23.0

Does this issue reproduce with the latest release?
Yes

Which descheduler CLI options are you using?
Helm installation is used. In values.yml, some of the cmdOptions are not valid anymore.

cmdOptions:
  v: 3
  # evict-local-storage-pods:
  # max-pods-to-evict-per-node: 10
  # node-selector: "key1=value1,key2=value2"

Please provide a copy of your descheduler policy config file
Default policy config is used.

What k8s version are you using (kubectl version)?

kubectl version Output
$ kubectl version
Client Version: version.Info{Major:"1", Minor:"22", GitVersion:"v1.22.4", GitCommit:"b695d79d4f967c403a96986f1750a35eb75e75f1", GitTreeState:"clean", BuildDate:"2021-11-17T15:48:33Z", GoVersion:"go1.16.10", Compiler:"gc", Platform:"darwin/amd64"}
Server Version: version.Info{Major:"1", Minor:"22", GitVersion:"v1.22.3", GitCommit:"c92036820499fedefec0f847e2054d824aea6cd1", GitTreeState:"clean", BuildDate:"2021-10-27T18:35:25Z", GoVersion:"go1.16.9", Compiler:"gc", Platform:"linux/amd64"}

What did you do?
I added some of the parameter which are described here. To fix it, we need to provide parameters along with deschedulerPolicy.

deschedulerPolicy:
  maxNoOfPodsToEvictPerNode: 20
  ignorePvcPods: true
  strategies:

What did you expect to see?
Pod should be in Running state

What did you see instead?
Pod cannot run and prints out the descheduler --help output.

cc. @necatican @f9n @developer-guy @Dentrax @yasintahaerol

@eminaktas eminaktas added the kind/bug Categorizes issue or PR as related to a bug. label Feb 7, 2022
@eminaktas eminaktas changed the title Helm chart cmdOption are not supported. Helm chart some cmdOption are not supported. Feb 7, 2022
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
1 participant