Open drmaciej opened 5 months ago
Would you please try this and see if you get the same error?
cmdOptions:
v: "4"
Yes, it results in the same error
I tried this using the helm CLI and no issues:
$ cat /tmp/values.yaml
cmdOptions:
v: 4
$ helm template deschduler ./descheduler -f /tmp/values.yaml | grep bin/descheduler -A 3
- /bin/descheduler
args:
- --policy-config-file=/policy-dir/policy.yaml
- --v=4
What is your helm version? My Helm Version:
helm version
version.BuildInfo{Version:"v3.14.3", GitCommit:"f03cc04caaa8f6d7c3e67cf918929150cf6f3f12", GitTreeState:"clean", GoVersion:"go1.22.1"}
Same error for me.
My helm version is:
version.BuildInfo{Version:"v3.7.0", GitCommit:"eeac83883cb4014fe60267ec6373570374ce770b", GitTreeState:"clean", GoVersion:"go1.16.8"}
It works for helm >= 3.8.0.
Given that Helm v3.7.0 is almost 3 years old, we can close this issue? Thoughts @drmaciej and @jordi-crespo ?
I'm on Helm 3.15.3, but it turns out it wasn't the issue. The issue was in an old Terraform provider for Helm - I upgraded that to latest and the issue is now resolved.
Thanks for helping!
The Kubernetes project currently lacks enough contributors to adequately respond to all issues.
This bot triages un-triaged issues according to the following rules:
lifecycle/stale
is appliedlifecycle/stale
was applied, lifecycle/rotten
is appliedlifecycle/rotten
was applied, the issue is closedYou can:
/remove-lifecycle stale
/close
Please send feedback to sig-contributor-experience at kubernetes/community.
/lifecycle stale
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues.
This bot triages un-triaged issues according to the following rules:
lifecycle/stale
is appliedlifecycle/stale
was applied, lifecycle/rotten
is appliedlifecycle/rotten
was applied, the issue is closedYou can:
/remove-lifecycle rotten
/close
Please send feedback to sig-contributor-experience at kubernetes/community.
/lifecycle rotten
What version of descheduler are you using?
descheduler version: v0.30.1
Does this issue reproduce with the latest release? Yes
Which descheduler CLI options are you using?
Please provide a copy of your descheduler policy config file
What k8s version are you using (
kubectl version
)?kubectl version
OutputWhat did you do? Upgrade from 0.29.0 to 0.30.1
What did you expect to see? A working Helm deployment
What did you see instead?
appears to have been introduced in https://github.com/kubernetes-sigs/descheduler/commit/a09c4d2c61504d8fa926eab06c7070de96d1b0e0.
I had to downgrade to 0.29.0 because 0.30.0 didn't work due to https://github.com/kubernetes-sigs/descheduler/issues/1420.