You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use consolidation feature in karpenter 0.15.0 but having below error. Here is feature #2123 merge request.
Version
Karpenter: v0.15.0 upgraded from 0.12.1 using helm upgrade --install
Kubernetes: v1.20.11-eks
Expected Behavior
should accept consolidation
spec:
consolidation:
enabled: true
Actual Behavior
When I apply below Provisioner it gives this error
error: error validating "dev_karpenter_provisioner_worker.yaml": error validating data: ValidationError(Provisioner.spec): unknown field "consolidation"in sh.karpenter.v1alpha5.Provisioner.spec;if you choose to ignore these errors, turn validation off with --validate=false
user@laptop$ helm ls
NAME NAMESPACE REVISION UPDATED STATUS CHART APP VERSION
karpenter karpenter 3 2022-08-22 06:26:15.465459979 +0000 UTC deployed karpenter-0.15.0 0.15.0
Also removed ttlSecondsAfterEmpty as it can not work with consolidation.
I did try deleting the helm chart with helm delete karpneter and installed it again but it had no luck. I think it's the same reason that you mention that helm does not upgrade CRD.
I'm trying to use consolidation feature in karpenter 0.15.0 but having below error. Here is feature #2123 merge request.
Version
Karpenter: v0.15.0 upgraded from 0.12.1 using
helm upgrade --install
Kubernetes: v1.20.11-eks
Expected Behavior
should accept consolidation
Actual Behavior
When I apply below Provisioner it gives this error
worker-provisioner.yaml
Steps to Reproduce the Problem
Resource Specs and Logs
karpenter deployment
karpenter pod log
Please help.
The text was updated successfully, but these errors were encountered: