Configuring Accelerated Networking for OpenShift nodes on Azure
Environment
- Red Hat OpenShift Container Platform (RHOCP)
- 4
- Microsoft Azure
Issue
- How to enable
accelerated networking
on theMaster
,Infra
, orWorker
nodes? - Is it possible to configure
accelerated networking
during or after installation in OpenShift 4?
Resolution
Disclaimer: Links contained herein to external website(s) are provided for convenience only. Red Hat has not reviewed the links and is not responsible for the content or its availability. The inclusion of any link to an external website does not imply endorsement by Red Hat of the website or their entities, products, or services. You agree that Red Hat is not responsible or liable for any loss or expenses that may result due to your use of (or reliance on) the external site or content.
For Workers and Infra nodes
- In OCP 4.10 and above, configure Accelerated Networking on
Azure
by addingaccelerated networking
to themachine set
YAML file.
For Master nodes
-
For OpenShift v4.10 and v4.11, configuring master nodes with
accelerated networking
onAzure
is mainly not supported because nomachine sets
are available for master nodes in v4.10 and v4.11. So, the current process is as follows -- Power off and deallocate the Azure VM.
- Update the machine object spec manually.
-
For OpenShift v4.12 and above, since the
machine sets
are available for the control plane nodes from this version, the same procedure can be followed asworker
nodes.
This solution is part of Red Hat’s fast-track publication program, providing a huge library of solutions that Red Hat engineers have created while supporting our customers. To give you the knowledge you need the instant it becomes available, these articles may be presented in a raw and unedited form.
Comments