Skip to content

Commit

Permalink
docs: update proxmox.md
Browse files Browse the repository at this point in the history
Replacing virtualbox cluster name with proxmox.

Signed-off-by: Mans Matulewicz <[email protected]>
Signed-off-by: Andrey Smirnov <[email protected]>
  • Loading branch information
MansM authored and smira committed Oct 2, 2023
1 parent 159f45b commit b897764
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ With the IP address above, you can now generate the machine configurations to us
Issue the following command, updating the output directory, cluster name, and control plane IP as you see fit:

```bash
talosctl gen config talos-vbox-cluster https://$CONTROL_PLANE_IP:6443 --output-dir _out
talosctl gen config talos-proxmox-cluster https://$CONTROL_PLANE_IP:6443 --output-dir _out
```

This will create several files in the `_out` directory: `controlplane.yaml`, `worker.yaml`, and `talosconfig`.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ With the IP address above, you can now generate the machine configurations to us
Issue the following command, updating the output directory, cluster name, and control plane IP as you see fit:

```bash
talosctl gen config talos-vbox-cluster https://$CONTROL_PLANE_IP:6443 --output-dir _out
talosctl gen config talos-proxmox-cluster https://$CONTROL_PLANE_IP:6443 --output-dir _out
```

This will create several files in the `_out` directory: `controlplane.yaml`, `worker.yaml`, and `talosconfig`.
Expand Down

0 comments on commit b897764

Please sign in to comment.