-
Notifications
You must be signed in to change notification settings - Fork 260
feat: add cilium nodesubnet target to hack/Makefile #3677
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Adds a new Makefile target for provisioning an AKS cluster with Cilium on a dedicated Nodesubnet.
- Introduces
nodesubnet-cilium-uptarget with Azure CLI flags for Cilium dataplane - Uses existing RG, IPv4, and overlay prerequisites and sets kubeconfig
- Mirrors pattern of other cluster-creation targets in
hack/aks/Makefile
Comments suppressed due to low confidence (2)
hack/aks/Makefile:396
- Introduce a test or integration check to ensure the new
nodesubnet-cilium-upMake target behaves as expected with its flags and prerequisites.
nodesubnet-cilium-up: rg-up ipv4 overlay-net-up ## Brings up a Nodesubnet Cilium cluster
hack/aks/Makefile:396
- Add this new target to the project's documentation or README so users know about the
nodesubnet-cilium-upoption and its flags.
nodesubnet-cilium-up: rg-up ipv4 overlay-net-up ## Brings up a Nodesubnet Cilium cluster
Co-authored-by: Copilot <[email protected]> Signed-off-by: Santhosh Prabhu <[email protected]>
…com:Azure/azure-container-networking into sanprabhu/cilium-nodesubnet-target-makefile
|
/azp run Azure Container Networking PR |
|
Azure Pipelines successfully started running 1 pipeline(s). |
jpayne3506
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lgtm 🚀
Add it to the README as well?
| nodesubnet-byocni-nokubeproxy-up Bring up a Nodesubnet BYO CNI cluster. Does not include secondary IP configs. |
|
@rbtr @jpayne3506 Addressed John's comment, kindly take another look. |
|
/azp run Azure Container Networking PR |
|
Azure Pipelines successfully started running 1 pipeline(s). |
* feat: nodesubnet cilium target in makefile * chore: cleanup * Update hack/aks/Makefile Co-authored-by: Copilot <[email protected]> Signed-off-by: Santhosh Prabhu <[email protected]> * chore: make dockerfiles * fix: add description to readme --------- Signed-off-by: Santhosh Prabhu <[email protected]> Co-authored-by: Copilot <[email protected]>
Reason for Change:
Cilium Nodesubnet support is now GA across all regions. This PR adds a target to our makefile to create Cilium Nodesubnet clusters.
Issue Fixed:
Requirements:
Notes: