RKE2 to select the faster network interface on both the RKE2 server and agent machines that have two network interfaces #4086
Replies: 2 comments 2 replies
-
Kubernetes just selects the interface with the default route. If you want to override that, you can use |
Beta Was this translation helpful? Give feedback.
-
@brandond: I'm sorry for not making it clear. In my current environment, the faster interface was set up for nodes in the RKE2 cluster to communicate with each other, and the second slower interface was intended to be used by clients outside of the cluster to reach those nodes from inside the cluster. In this scenario, don't I need to provide both Thank you. |
Beta Was this translation helpful? Give feedback.
-
I have a cluster of VMs that have two network interfaces installed. I would like to have RKE2 select the faster network interface for internal cluster communication and use the slower network interface for external communication.
Is there a way to configure the RKE2 to do that? If so, do I need to redeploy the RKE2 cluster to have it pick up the faster network interface?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions