Skip to content

Commit b897764

Browse files
MansMsmira
authored andcommitted
docs: update proxmox.md
Replacing virtualbox cluster name with proxmox. Signed-off-by: Mans Matulewicz <mans.matulewicz@gmail.com> Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
1 parent 159f45b commit b897764

File tree

2 files changed

+2
-2
lines changed
  • website/content
    • v1.5/talos-guides/install/virtualized-platforms
    • v1.6/talos-guides/install/virtualized-platforms

2 files changed

+2
-2
lines changed

website/content/v1.5/talos-guides/install/virtualized-platforms/proxmox.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ With the IP address above, you can now generate the machine configurations to us
157157
Issue the following command, updating the output directory, cluster name, and control plane IP as you see fit:
158158

159159
```bash
160-
talosctl gen config talos-vbox-cluster https://$CONTROL_PLANE_IP:6443 --output-dir _out
160+
talosctl gen config talos-proxmox-cluster https://$CONTROL_PLANE_IP:6443 --output-dir _out
161161
```
162162

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

website/content/v1.6/talos-guides/install/virtualized-platforms/proxmox.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ With the IP address above, you can now generate the machine configurations to us
157157
Issue the following command, updating the output directory, cluster name, and control plane IP as you see fit:
158158

159159
```bash
160-
talosctl gen config talos-vbox-cluster https://$CONTROL_PLANE_IP:6443 --output-dir _out
160+
talosctl gen config talos-proxmox-cluster https://$CONTROL_PLANE_IP:6443 --output-dir _out
161161
```
162162

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

0 commit comments

Comments
 (0)