Tyler Lloyd
Tyler Lloyd
**Component (Azure NPM or Azure CNI):** Azure CNI + pod subnet (CNS) **Describe in detail the feature/behavior/change you'd like to see:** When a pod subnet has completely or nearly exhausted...
**What type of PR is this?** /kind feature **What this PR does / why we need it**: In AKS, nodes act as a router and forward traffic to the container's...
**Related command** `az aks create -n mycluster -g myrg --network-plugin azure --pod-cidr 10.244.0.0/16` - will now raise a client error and specify an error message to either use Kubenet or...
--- This checklist is used to make sure that common guidelines for a pull request are followed. ### Related command the cli should not set network_plugin defaults. it should let...
**Describe the bug** When the same `podSubnetID` is used between multiple agent pools, if the casing is different between agent pools then pod networking will break when the most recent...