We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
v0.7.0
After installing Karpenter in any non-default (kube-system) namespace , installing NodePool and AKSNodeClass (as per the documention) will fail with:
conversion webhook for karpenter.sh/v1beta1, Kind=NodePool failed: Post "https://karpenter.kube-system.svc:8443/conversion/karpenter.sh?timeout=30s": service "karpenter" not found
Karpenter service is hard-coded to the kube-system namespace.
Karpenter works in non-default NS.
Convertion webhook doesn't work.
Install Karpenter in non-default NS.
The text was updated successfully, but these errors were encountered:
It seems the CRDs are hard-coding the service namespace to kube-system for conversion webhooks.
kube-system
Sorry, something went wrong.
This also prevents users from running Karpenter in AWS Fargate, because you can't run the entire kube-system NS in Fargate.
I'm starting to doubt the value of this particular use-case, but still...
edit: sorry, didn't realize this was the Azure provider.
No branches or pull requests
Version
Hello,
v0.7.0
After installing Karpenter in any non-default (kube-system) namespace , installing NodePool and AKSNodeClass (as per the documention) will fail with:
conversion webhook for karpenter.sh/v1beta1, Kind=NodePool failed: Post "https://karpenter.kube-system.svc:8443/conversion/karpenter.sh?timeout=30s": service "karpenter" not found
Karpenter service is hard-coded to the kube-system namespace.
Expected Behavior
Karpenter works in non-default NS.
Actual Behavior
Convertion webhook doesn't work.
Steps to Reproduce the Problem
Install Karpenter in non-default NS.
Resource Specs and Logs
conversion webhook for karpenter.sh/v1beta1, Kind=NodePool failed: Post "https://karpenter.kube-system.svc:8443/conversion/karpenter.sh?timeout=30s": service "karpenter" not found
Community Note
The text was updated successfully, but these errors were encountered: