Merge pull request #280 from jtravee/harvester-ports

Adding info on Harvester port requirements
This commit is contained in:
Billy Tat
2022-12-02 18:14:26 -08:00
committed by GitHub
2 changed files with 16 additions and 0 deletions
@@ -192,6 +192,11 @@ If security isn't a large concern and you're okay with opening a few additional
:::
### Ports for Harvester Clusters
Refer [here](../../../integrations-in-rancher/harvester.md#port-requirements) for more information on Harvester port requirements.
### Ports for Rancher Launched Kubernetes Clusters using Node Pools
<details>
+11
View File
@@ -32,6 +32,17 @@ Harvester allows `.ISO` images to be uploaded and displayed through the Harveste
Click [here](../pages-for-subheaders/about-provisioning-drivers.md#node-drivers) for more information on node drivers in Rancher.
### Port Requirements
The port requirements for the Harvester cluster can be found [here](https://docs.harvesterhci.io/v1.1/install/requirements#networking).
In addition, other networking considerations are as follows:
- Be sure to enable VLAN trunk ports of the physical switch for VM VLAN networks.
- Follow the networking setup guidance [here](https://docs.harvesterhci.io/v1.1/networking/clusternetwork).
For other port requirements for other guest clusters, such as K3s and RKE1, please see [these docs](https://docs.harvesterhci.io/v1.1/install/requirements/#guest-clusters).
### Limitations
---