Open spaceiq-vk opened 4 months ago
Hi, Are you using Azure CNI Pod Subnet network configuration? I'm facing the same issue with karpenter nodes. I have separate subnets for nodes and pods. But does karpender not support such a configuration or I'm wrong?
Karpenter does not yet support pod subnet.
Are you using Azure CNI Pod Subnet network configuration?
I am using Cilium.
Version
Expected Behavior
The pods on the nodes should be able to get the IP.
Actual Behavior
Karpenter can spin up a new node and register it to the cluster but pods are unable to get the IP.
Steps to Reproduce the Problem
Resource Specs and Logs
All the pods that land on the node spun up by Karpenter throw this error. I think, I need a way to define the subnet ID for Pods, maybe an environment variable
POD_SUBNET_ID
?Community Note