Skip to content

Commit

Permalink
doc(rancher): suggest managed dhcp for creating guest cluster
Browse files Browse the repository at this point in the history
Signed-off-by: Zespre Chang <[email protected]>
  • Loading branch information
starbops committed Jan 7, 2025
1 parent 1a4478c commit 64fcdf3
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 3 deletions.
3 changes: 2 additions & 1 deletion docs/rancher/node/k3s-cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ You can now provision K3s Kubernetes clusters on top of the Harvester cluster in
:::note

- Harvester K3s node driver is in **Tech Preview**.
- Provisioning K3s Kubernetes clusters requires a means to configure the IP address of the underlying virtual machines. A typical way is to use DHCP. If you don't have an existing DHCP server on the VLAN network where the virtual machines are attached to, or you don't bother to spin up a new DHCP server, you can use the [Managed DHCP](../../advanced/addons/managed-dhcp.md) feature to achieve the same goal.
- [VLAN network](../../networking/harvester-network.md#vlan-network) is required for Harvester node driver.
- Harvester node driver only supports cloud images.
- For the port requirements of the guest clusters deployed within Harvester, please refer to the [port requirements for guest clusters](../../install/requirements.md#port-requirements-for-k3s-or-rkerke2-clusters).
Expand Down Expand Up @@ -93,4 +94,4 @@ Example of `user data` in Harvester node template:
apt:
http_proxy: http://192.168.0.1:3128
https_proxy: http://192.168.0.1:3128
```
```
1 change: 1 addition & 0 deletions docs/rancher/node/rke1-cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ RKE1 and RKE2 have several slight behavioral differences. Refer to the [differen
:::note

- VLAN network is required for Harvester node driver.
- Provisioning RKE1 Kubernetes clusters requires a means to configure the IP address of the underlying virtual machines. A typical way is to use DHCP. If you don't have an existing DHCP server on the VLAN network where the virtual machines are attached to, or you don't bother to spin up a new DHCP server, you can use the [Managed DHCP](../../advanced/addons/managed-dhcp.md) feature to achieve the same goal.
- Harvester node driver only supports cloud images.
- For port requirements of guest clusters deployed within Harvester, please refer to the [port requirements for guest clusters](../../install/requirements.md#port-requirements-for-k3s-or-rkerke2-clusters).

Expand Down
1 change: 1 addition & 0 deletions docs/rancher/node/rke2-cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ You can now provision RKE2 Kubernetes clusters on top of the Harvester cluster i
:::note

- [VLAN network](../../networking/harvester-network.md#vlan-network) is required for Harvester node driver.
- Provisioning RKE2 Kubernetes clusters requires a means to configure the IP address of the underlying virtual machines. A typical way is to use DHCP. If you don't have an existing DHCP server on the VLAN network where the virtual machines are attached to, or you don't bother to spin up a new DHCP server, you can use the [Managed DHCP](../../advanced/addons/managed-dhcp.md) feature to achieve the same goal.
- Harvester node driver only supports cloud images.
- For the port requirements of the guest clusters deployed within Harvester, please refer to the doc [here](../../install/requirements.md#port-requirements-for-k3s-or-rkerke2-clusters).
- For RKE2 with Harvester cloud provider support matrix, please refer to the website [here](https://www.suse.com/suse-harvester/support-matrix/all-supported-versions/).
Expand Down
3 changes: 2 additions & 1 deletion versioned_docs/version-v1.3/rancher/node/k3s-cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ You can now provision K3s Kubernetes clusters on top of the Harvester cluster in

- Harvester K3s node driver is in **Tech Preview**.
- [VLAN network](../../networking/harvester-network.md#vlan-network) is required for Harvester node driver.
- Provisioning K3s Kubernetes clusters requires a means to configure the IP address of the underlying virtual machines. A typical way is to use DHCP. If you don't have an existing DHCP server on the VLAN network where the virtual machines are attached to, or you don't bother to spin up a new DHCP server, you can use the [Managed DHCP](../../advanced/addons/managed-dhcp.md) feature to achieve the same goal.
- Harvester node driver only supports cloud images.
- For the port requirements of the guest clusters deployed within Harvester, please refer to the [port requirements for guest clusters](../../install/requirements.md#port-requirements-for-k3s-or-rkerke2-clusters).

Expand Down Expand Up @@ -93,4 +94,4 @@ Example of `user data` in Harvester node template:
apt:
http_proxy: http://192.168.0.1:3128
https_proxy: http://192.168.0.1:3128
```
```
1 change: 1 addition & 0 deletions versioned_docs/version-v1.3/rancher/node/rke1-cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ RKE1 and RKE2 have several slight behavioral differences. Refer to the [differen
:::note

- VLAN network is required for Harvester node driver.
- Provisioning RKE1 Kubernetes clusters requires a means to configure the IP address of the underlying virtual machines. A typical way is to use DHCP. If you don't have an existing DHCP server on the VLAN network where the virtual machines are attached to, or you don't bother to spin up a new DHCP server, you can use the [Managed DHCP](../../advanced/addons/managed-dhcp.md) feature to achieve the same goal.
- Harvester node driver only supports cloud images.
- For port requirements of guest clusters deployed within Harvester, please refer to the [port requirements for guest clusters](../../install/requirements.md#port-requirements-for-k3s-or-rkerke2-clusters).

Expand Down
1 change: 1 addition & 0 deletions versioned_docs/version-v1.3/rancher/node/rke2-cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ You can now provision RKE2 Kubernetes clusters on top of the Harvester cluster i
:::note

- [VLAN network](../../networking/harvester-network.md#vlan-network) is required for Harvester node driver.
- Provisioning RKE2 Kubernetes clusters requires a means to configure the IP address of the underlying virtual machines. A typical way is to use DHCP. If you don't have an existing DHCP server on the VLAN network where the virtual machines are attached to, or you don't bother to spin up a new DHCP server, you can use the [Managed DHCP](../../advanced/addons/managed-dhcp.md) feature to achieve the same goal.
- Harvester node driver only supports cloud images.
- For the port requirements of the guest clusters deployed within Harvester, please refer to the doc [here](../../install/requirements.md#port-requirements-for-k3s-or-rkerke2-clusters).
- For RKE2 with Harvester cloud provider support matrix, please refer to the website [here](https://www.suse.com/suse-harvester/support-matrix/all-supported-versions/).
Expand Down
3 changes: 2 additions & 1 deletion versioned_docs/version-v1.4/rancher/node/k3s-cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ You can now provision K3s Kubernetes clusters on top of the Harvester cluster in

- Harvester K3s node driver is in **Tech Preview**.
- [VLAN network](../../networking/harvester-network.md#vlan-network) is required for Harvester node driver.
- Provisioning K3s Kubernetes clusters requires a means to configure the IP address of the underlying virtual machines. A typical way is to use DHCP. If you don't have an existing DHCP server on the VLAN network where the virtual machines are attached to, or you don't bother to spin up a new DHCP server, you can use the [Managed DHCP](../../advanced/addons/managed-dhcp.md) feature to achieve the same goal.
- Harvester node driver only supports cloud images.
- For the port requirements of the guest clusters deployed within Harvester, please refer to the [port requirements for guest clusters](../../install/requirements.md#port-requirements-for-k3s-or-rkerke2-clusters).

Expand Down Expand Up @@ -93,4 +94,4 @@ Example of `user data` in Harvester node template:
apt:
http_proxy: http://192.168.0.1:3128
https_proxy: http://192.168.0.1:3128
```
```
1 change: 1 addition & 0 deletions versioned_docs/version-v1.4/rancher/node/rke1-cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ RKE1 and RKE2 have several slight behavioral differences. Refer to the [differen
:::note

- VLAN network is required for Harvester node driver.
- Provisioning RKE1 Kubernetes clusters requires a means to configure the IP address of the underlying virtual machines. A typical way is to use DHCP. If you don't have an existing DHCP server on the VLAN network where the virtual machines are attached to, or you don't bother to spin up a new DHCP server, you can use the [Managed DHCP](../../advanced/addons/managed-dhcp.md) feature to achieve the same goal.
- Harvester node driver only supports cloud images.
- For port requirements of guest clusters deployed within Harvester, please refer to the [port requirements for guest clusters](../../install/requirements.md#port-requirements-for-k3s-or-rkerke2-clusters).

Expand Down
1 change: 1 addition & 0 deletions versioned_docs/version-v1.4/rancher/node/rke2-cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ You can now provision RKE2 Kubernetes clusters on top of the Harvester cluster i
:::note

- [VLAN network](../../networking/harvester-network.md#vlan-network) is required for Harvester node driver.
- Provisioning RKE2 Kubernetes clusters requires a means to configure the IP address of the underlying virtual machines. A typical way is to use DHCP. If you don't have an existing DHCP server on the VLAN network where the virtual machines are attached to, or you don't bother to spin up a new DHCP server, you can use the [Managed DHCP](../../advanced/addons/managed-dhcp.md) feature to achieve the same goal.
- Harvester node driver only supports cloud images.
- For the port requirements of the guest clusters deployed within Harvester, please refer to the doc [here](../../install/requirements.md#port-requirements-for-k3s-or-rkerke2-clusters).
- For RKE2 with Harvester cloud provider support matrix, please refer to the website [here](https://www.suse.com/suse-harvester/support-matrix/all-supported-versions/).
Expand Down

0 comments on commit 64fcdf3

Please sign in to comment.