CRDs are not being skipped despite the skip_crds parameter #3522
Labels
kind/bug
Some behavior is incorrect or out of spec
needs-triage
Needs attention from the triage team
What happened?
Hi, I'm trying to deploy Karpenter using
kubernetes.helm.sh/v3.Release
, where CRDs are installed as a separate chart first, and the controller is installed as a child later. Applying this configuration results in the following error, despite settingskip_crds=True
:However, running
helm upgrade --install karpenter oci://public.ecr.aws/karpenter/karpenter --version 1.2.1 --namespace kube-system --set "settings.clusterName=smth"
(both with and without--skip-crds
) deploys the controller successfully. AFAIK, the same configuration also works correctly in Terraform. Am I missing something?Example
Output of
pulumi about
Additional context
No response
Contributing
Vote on this issue by adding a 👍 reaction.
To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).
The text was updated successfully, but these errors were encountered: