-
Notifications
You must be signed in to change notification settings - Fork 320
Add documentation for second network interface #10310
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: main
Are you sure you want to change the base?
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #10310 +/- ##
==========================================
- Coverage 69.94% 69.91% -0.04%
==========================================
Files 681 681
Lines 41802 41824 +22
==========================================
+ Hits 29240 29241 +1
- Misses 10764 10785 +21
Partials 1798 1798 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
/cherry-pick release-0.24 |
|
@peirulu: once the present PR merges, I will cherry-pick it on top of release-0.24 in a new PR and assign it to you. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
| The path to the VM network to deploy your EKS Anywhere cluster on. For example, `/<DATACENTER>/network/<NETWORK_NAME>`. Use the array to specify the networks you want to use, the first one will be your primary interface and is highly recommended | ||
| Use `govc find -type n` to see a list of networks | ||
|
|
||
| >**_NOTE:_** Multiple network interfaces are only supported on **worker nodes** with Ubuntu and RHEL operating systems. This feature is not available with Bottlerocket or on control plane nodes. |
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.
Can we also add a note about having support for atmost 2 network interfaces currently?
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.
Added in the new commit
Description of changes:
Testing (if applicable):
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.