-
Notifications
You must be signed in to change notification settings - Fork 82
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
Introduce Azure Accelerated Networking #65
Conversation
034a710
to
c7db6cb
Compare
c7db6cb
to
34fdbf0
Compare
34fdbf0
to
cc5b2f2
Compare
Updated the PR. The requested test is missing. Need some more time to restructure the tests.. |
cc5b2f2
to
baa5db0
Compare
Thanks @rfranzke for the review. |
baa5db0
to
554083b
Compare
for machine type/os image combinations which support it.
554083b
to
0ab8ffc
Compare
@dkistner I want to merge, but it tells
without showing them. Can you check? Maybe it's related to the GitHub issues yesterday evening, can you force-push? |
Introduce Azure Accelerated Networking
OK, it seems that this PR was already merged and pushed to |
What this PR does / why we need it:
Enable automatically Azure Accelerated Networking for all compatible machines configurations. The machine type and os image version need to be compatible to make use of Azure Accelerated Networking.
Azure Accelerated Networking provide better networking performance, see here.
A list of compatible machine types can be maintained in the CloudProfile via
.spec.providerConfig.acceleratedNetworingMachineTypes[]
.The os image versions which are compatible can be maintained in the CloudProfile via
.spec.providerConfig.machineImages[].versions[].acceleratedNetworking
.ℹ️ This PR require a mcm release which include gardener/machine-controller-manager#438. This is already integrated with #60.
Which issue(s) this PR fixes:
Fixes #55
Special notes for your reviewer:
Create a cluster with compatible machine type and os image version. Ssh to machine and exec instructions here.
Release note: