Azure / acs-engine

WE HAVE MOVED: Please join us at Azure/aks-engine!
https://github.com/Azure/aks-engine
MIT License
1.03k stars 560 forks source link

Is there a way to have both `kubenet` and `azure` network plugins behavior in the same cluster? #4338

Closed yfried closed 5 years ago

yfried commented 5 years ago

Is this a request for help?:


yes Is this an ISSUE or FEATURE REQUEST? (choose one):


What version of acs-engine?:


0.26.0

Orchestrator and version (e.g. Kubernetes, DC/OS, Swarm) kubernetest 1.11

I need most of my pods to have their cluster-ip as internal (ie kubenet), but I have a specific set of pods that need to have azure vnet NICs assigned to the pod directly. I can't go through service for this use-case. Can I enable both azure and kubenet behavior in the same cluster and choose which should apply to each pod?

CecileRobertMichon commented 5 years ago

this is not currently supported, the network plugin is defined at cluster level and applied for the whole cluster.