Open DarthBubi opened 1 week ago
Hi,
It seems that something is incorrect with the Capabilities.Kubeversion
helm object. Could you try setting the value kubeVersion
to 1.29.9 and see if that works?
Yields the same error. Tried setting via Helm provider and values file.
When using Terraform, I don't think .Capabilities.Kubeversion
helm object is properly populated, hence you need to manually specify the k8s version via the kubeVersion
parameter, see:
That said, it seems the versions we use in the common.capabilities.vpa.apiVersion
aren't valid, see:
Let me review this with the team.
Name and Version
bitnami/milvus 9.0.12
What architecture are you using?
amd64
What steps will reproduce the bug?
Are you using any custom parameters or values?
values.yaml
:set commands in Terraform:
What is the expected behavior?
No response
What do you see instead?
Semver mismatch:
Error: template: milvus/templates/query-node/vpa.yaml:7:15: executing "milvus/templates/query-node/vpa.yaml" at <include "common.capabilities.vpa.apiVersion" .>: error calling include: template: milvus/charts/common/templates/_capabilities.tpl:160:39: executing "common.capabilities.vpa.apiVersion" at <semverCompare "<1.23-0" $kubeVersion>: error calling semverCompare: Invalid Semantic Version
Additional information
Output of
kubectl describe crd verticalpodautoscalers.autoscaling.k8s.io
vpa_crd.txt