feat: Add support for clusters with a custom CNI #380
Labels
area/networking
Issues or PRs related to networking
kind/feature
Categorizes issue or PR as related to a new feature.
Tell us about your request
We are using AKS with Calico Enterprise (
networkPlugin: none
). It would be great if this configuration was supported by the Karpenter provider for Azure, as we would love to use the provider in our clusters.Tell us about the problem you're trying to solve. What are you trying to do, and why is it hard?
Bring your own CNI is not supported by the Karpenter provider for Azure. We tried deploying Karpenter with
NETWORK_PLUGIN=""
,NETWORK_PLUGIN="calico"
,NETWORK_PLUGIN="none"
, and while Karpenter deploys nodes and schedules pods without issues, the pods have (unsurprisingly) no network connection.Are you currently working around this issue?
By not using Karpenter, sadly.
Additional Context
I would happily contribute to this provider to get support for our use case if someone could point me in the right direction.
We tested this with version 0.4.0 of the provider.
Attachments
No response
Community Note
The text was updated successfully, but these errors were encountered: