Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion website/content/v1.11/introduction/prodnotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: "Recommendations for setting up a Talos Linux cluster in production
---

This guide explains things to consider to create a production quality Talos Linux cluster for bare metal.
Check out the [Reference Architecture documentation](https://www.siderolabs.com/resource-hub/resources/) for architectural diagrams and guidance on creating production-grade clusters in other environments.
Check out the [Reference Architecture documentation](https://www.siderolabs.com/resources/) for architectural diagrams and guidance on creating production-grade clusters in other environments.

This guide assumes that you’ve already created a development cluster and are familiar with the **Getting Started** documentation.
If not, please refer to the [Getting Started]({{< relref "getting-started" >}}) guide for more information.
Expand Down
4 changes: 2 additions & 2 deletions website/content/v1.12/introduction/prodnotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: "Recommendations for setting up a Talos Linux cluster in production
---

This guide explains things to consider to create a production quality Talos Linux cluster for bare metal.
Check out the [Reference Architecture documentation](https://www.siderolabs.com/resource-hub/resources/) for architectural diagrams and guidance on creating production-grade clusters in other environments.
Check out the [Reference Architecture documentation](https://www.siderolabs.com/resources/) for architectural diagrams and guidance on creating production-grade clusters in other environments.

This guide assumes that you’ve already created a development cluster and are familiar with the **Getting Started** documentation.
If not, please refer to the [Getting Started]({{< relref "getting-started" >}}) guide for more information.
Expand Down Expand Up @@ -70,7 +70,7 @@ You can include as many IP addresses as needed:
If your control plane nodes IP addresses are `192.168.0.2`, `192.168.0.3`, `192.168.0.4`, your command would be:

```bash
CONTROL_PLANE_IP= ("192.168.0.2" "192.168.0.3" "192.168.0.4")
CONTROL_PLANE_IP=("192.168.0.2" "192.168.0.3" "192.168.0.4")
```

1. If you have worker nodes, store their IP addresses in a Bash array.
Expand Down