Skip to content

Commit

Permalink
docs: fix incorrect path for talosconfig
Browse files Browse the repository at this point in the history
Fixes for Proxmox platform.

Signed-off-by: Andrey Smirnov <[email protected]>
  • Loading branch information
h0lyalg0rithm authored and smira committed Mar 28, 2022
1 parent 9fef454 commit 9ebeec0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions website/content/v0.14/virtualized-platforms/proxmox.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,22 +195,22 @@ talosctl config node $CONTROL_PLANE_IP
Set the `endpoints` and `nodes`:

```bash
talosctl --talosconfig talosconfig config endpoint <control plane 1 IP>
talosctl --talosconfig talosconfig config node <control plane 1 IP>
talosctl --talosconfig _out/talosconfig config endpoint <control plane 1 IP>
talosctl --talosconfig _out/talosconfig config node <control plane 1 IP>
```

Bootstrap `etcd`:

```bash
talosctl --talosconfig talosconfig bootstrap
talosctl --talosconfig _out/talosconfig bootstrap
```

### Retrieve the `kubeconfig`

At this point we can retrieve the admin `kubeconfig` by running:

```bash
talosctl --talosconfig talosconfig kubeconfig .
talosctl --talosconfig _out/talosconfig kubeconfig .
```

## Cleaning Up
Expand Down
8 changes: 4 additions & 4 deletions website/content/v1.0/virtualized-platforms/proxmox.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,22 +195,22 @@ talosctl config node $CONTROL_PLANE_IP
Set the `endpoints` and `nodes`:

```bash
talosctl --talosconfig talosconfig config endpoint <control plane 1 IP>
talosctl --talosconfig talosconfig config node <control plane 1 IP>
talosctl --talosconfig _out/talosconfig config endpoint <control plane 1 IP>
talosctl --talosconfig _out/talosconfig config node <control plane 1 IP>
```

Bootstrap `etcd`:

```bash
talosctl --talosconfig talosconfig bootstrap
talosctl --talosconfig _out/talosconfig bootstrap
```

### Retrieve the `kubeconfig`

At this point we can retrieve the admin `kubeconfig` by running:

```bash
talosctl --talosconfig talosconfig kubeconfig .
talosctl --talosconfig _out/talosconfig kubeconfig .
```

## Cleaning Up
Expand Down

0 comments on commit 9ebeec0

Please sign in to comment.