-
Notifications
You must be signed in to change notification settings - Fork 3.4k
[AKS] az aks create/update Add support for ACNS performance
#33018
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
Merged
yanzhudd
merged 43 commits into
Azure:dev
from
santhoshmprabhu:sanprabhu/acns-perf-ga-2
Mar 26, 2026
Merged
Changes from all commits
Commits
Show all changes
43 commits
Select commit
Hold shift + click to select a range
6598ae3
feat: implement support for acns performance (ebpf host routing)
santhoshmprabhu 9f30b7f
fix: fix bad merge, update tests
santhoshmprabhu eceddf0
fix: lint
santhoshmprabhu 006248e
fix: lint
santhoshmprabhu 025ce36
fix: lint
santhoshmprabhu 0b19114
fix: move to new function signature with perf enablement
santhoshmprabhu f2743d0
chore: temporarily remove test
santhoshmprabhu 9c09aa7
feat: implement support for acns performance (ebpf host routing)
santhoshmprabhu 1d1eb2b
fix: fix bad merge, update tests
santhoshmprabhu b15048e
fix: lint
santhoshmprabhu 9b055f6
fix: lint
santhoshmprabhu 310e79e
fix: lint
santhoshmprabhu 5d3fe36
fix: move to new function signature with perf enablement
santhoshmprabhu 690d969
fix: remove test
santhoshmprabhu 7769f58
test: remove test
santhoshmprabhu f01396d
Merge remote-tracking branch 'origin/dev' into sanprabhu/acns-perf-ga-2
santhoshmprabhu fa2ebc4
Merge remote-tracking branch 'origin/dev' into sanprabhu/acns-perf-ga-2
santhoshmprabhu 49f94b9
test: update UT
santhoshmprabhu 02a4386
fix: update function signature
santhoshmprabhu 6822dec
fix: update function signature
santhoshmprabhu 08d8cf1
fix: test
santhoshmprabhu d1f4887
fix: test
santhoshmprabhu a00a9d0
test: restore test for acns perf
santhoshmprabhu 5bf16ef
fix: invocation
santhoshmprabhu 2f758f9
fix: remove location from update command
santhoshmprabhu 369feb6
fix: fix test assertions
santhoshmprabhu 59e7372
fix: fix test whitespace
santhoshmprabhu 5b81920
fix: break 1 test into 2
santhoshmprabhu bd5c1e6
fix: fix test
santhoshmprabhu 458459e
fix: fix test
santhoshmprabhu 6f05319
fix: fix test
santhoshmprabhu 171768c
fix: fix test
santhoshmprabhu 6270819
Merge remote-tracking branch 'origin/dev' into sanprabhu/acns-perf-ga-2
santhoshmprabhu e6fc43f
Apply suggestions from code review
santhoshmprabhu 01879ae
Apply suggestion from @Copilot
santhoshmprabhu e64f8dc
test: add mc decorator test cases
santhoshmprabhu caf678d
fix: rename get_acns_enablement to match preview
santhoshmprabhu 612dfa8
Merge remote-tracking branch 'origin/dev' into sanprabhu/acns-perf-ga-2
santhoshmprabhu 852e8fe
test: add recordings
santhoshmprabhu 64ceab7
fix: preserve acns perf when other fields are updated
santhoshmprabhu ab68089
chore:wip
santhoshmprabhu ec4f9b9
fix: disable acns perf when acns is disabled entirely
santhoshmprabhu 5465db6
test: new recordings
santhoshmprabhu File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
will this change break the function call in cli-extensions/aks-preview?
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.
The original one would have. I am now using the same function signature throughout. Eventually we'll want to replace all use of
get_acns_enablement_with_perfwithget_acns_enablement.