Skip to content
New issue

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

feat: Add support for setting a different CNI config on cilium clusters #5482

Open
wants to merge 11 commits into
base: dev
Choose a base branch
from

Conversation

santhoshmprabhu
Copy link
Collaborator

@santhoshmprabhu santhoshmprabhu commented Dec 26, 2024

What type of PR is this?
/kind feature

What this PR does / why we need it:
We are currently adding support for Windows nodepools on nodesubnet clusters that use Cilium as the CNI plugin. In this setting, windows nodes are expected to use stateless Azure CNI, while Linux nodes use Cilium. In non-Cilium Nodesubnet clusters, the Windows nodes use stateful Azure CNI. Stateless Azure CNI requires a different conflist than stateful Azure CNI. In this PR, we pass information about whether the cluster is using Cilium or not, so that the conflist can be updated to suit stateful or stateless CNI.

Which issue(s) this PR fixes:

Fixes #

Requirements:

Special notes for your reviewer:

Release note:

none

@santhoshmprabhu santhoshmprabhu marked this pull request as ready for review January 2, 2025 22:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants