You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add documentation for second network interface (#10310)
* Add documentation for second network interface
* Add specification on maximum number of NIC supported
* Add documentation for second network interface with support on bottlerocket
Copy file name to clipboardExpand all lines: docs/content/en/docs/getting-started/vsphere/vsphere-spec.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -102,6 +102,9 @@ spec:
102
102
numCPUs: <spanstyle="color:green">2</span> <ahref="#numcpus-optional"># Number of CPUs on virtual machines</a>
103
103
memoryMiB: <spanstyle="color:green">8192</span> <ahref="#memorymib-optional"># Size of RAM on VMs</a>
104
104
osFamily: <span>"bottlerocket"</span> <ahref="#osfamily-optional"># Operating system on VMs</a>
105
+
networks: <ahref="#networks-optional"># Configure second network interface on workernode (optional)</a>
106
+
- <span>"network-1"</span>
107
+
- <span>"network-2"</span>
105
108
resourcePool: <span>"resourcePool1"</span> <ahref="#resourcepool-required"># vSphere resource pool for EKS Anywhere VMs (required)</a>
106
109
storagePolicyName: <span>"storagePolicy1"</span> <ahref="#storagepolicyname-optional"># Storage policy name associated with VMs</a>
107
110
template: <span>"bottlerocket-kube-v1-31"</span> <ahref="#template-optional"># VM template for EKS Anywhere (required for RHEL/Ubuntu-based OVAs)</a>
@@ -313,6 +316,17 @@ Operating System on virtual machines. Permitted values: bottlerocket, ubuntu, re
313
316
### diskGiB (optional)
314
317
Size of disk on virtual machines if snapshots aren't included (Default: 25)
315
318
319
+
### networks (optional)
320
+
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 network in the array will serve as the primary interface and is highly recommended to use the same <ahref="#network-required">network </a> configured in datacenter section.Use `govc find -type n` to see a list of networks
321
+
322
+
>**_Important Limitations_**
323
+
-**Multi-Network Interface Support:**
324
+
- Multiple network interfaces are **only supported on worker nodes** and NOT supported on controlplane node
325
+
- Maximum of 2 network interfaces per worker node.
326
+
-**Operating System Compatibility:**
327
+
-**EKSA CLI v0.24.0+**: Ubuntu and RHEL operating systems supported
328
+
-**EKSA CLI v0.24.1+**: Bottlerocket operating system supported
329
+
316
330
### users (optional)
317
331
The users you want to configure to access your virtual machines. Only one is permitted at this time
0 commit comments