-
Notifications
You must be signed in to change notification settings - Fork 249
fix: add vnetscale staticblock changes to aks makefile #3492
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
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: Evan Baker <[email protected]>
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.
Copilot reviewed 1 out of 1 changed files in this pull request and generated no comments.
/azp run Azure Container Networking PR |
Azure Pipelines successfully started running 1 pipeline(s). |
The vnet scale cluster in the e2e won't create until byocni + vnet scale is enabled in aks rp link to failure (Should be available once the next aks rp releases) |
/azp run Azure Container Networking PR |
Azure Pipelines successfully started running 1 pipeline(s). |
Blocking CI/CD. Wait for next AKS-RP release before adding to merge queue. |
This pull request is stale because it has been open for 2 weeks with no activity. Remove stale label or comment or this will be closed in 7 days |
/azp run Azure Container Networking PR |
Azure Pipelines successfully started running 1 pipeline(s). |
This pull request is stale because it has been open for 2 weeks with no activity. Remove stale label or comment or this will be closed in 7 days |
This pull request is stale because it has been open for 2 weeks with no activity. Remove stale label or comment or this will be closed in 7 days |
This pull request is stale because it has been open for 2 weeks with no activity. Remove stale label or comment or this will be closed in 7 days |
Pull request closed due to inactivity. |
This pull request is stale because it has been open for 2 weeks with no activity. Remove stale label or comment or this will be closed in 7 days |
The
vnetscale-*
targets in the AKS Makefile did not have the flag which indicatesStaticBlock
allocation mode and therefore build normal dynamic podsubnet clusters instead.Incidentally this means that the VnetScale E2E was not using a VnetScale cluster and this will fix that.