Skip to content

Commit

Permalink
chore: fix reference to talosconfig
Browse files Browse the repository at this point in the history
Fix reference to talosconfig in VirtualBox docs

Signed-off-by: Noel Georgi <git@frezbo.dev>
  • Loading branch information
frezbo committed May 23, 2022
1 parent 30eeb85 commit 40e57ef
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -163,22 +163,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 $TALOSCONFIG config endpoint <control plane 1 IP>
talosctl --talosconfig $TALOSCONFIG config node <control plane 1 IP>
```

Bootstrap `etcd`:

```bash
talosctl --talosconfig talosconfig bootstrap
talosctl --talosconfig $TALOSCONFIG bootstrap
```

### Retrieve the `kubeconfig`

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

```bash
talosctl --talosconfig talosconfig kubeconfig .
talosctl --talosconfig $TALOSCONFIG kubeconfig .
```

You can then use kubectl in this fashion:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -163,22 +163,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 $TALOSCONFIG config endpoint <control plane 1 IP>
talosctl --talosconfig $TALOSCONFIG config node <control plane 1 IP>
```

Bootstrap `etcd`:

```bash
talosctl --talosconfig talosconfig bootstrap
talosctl --talosconfig $TALOSCONFIG bootstrap
```

### Retrieve the `kubeconfig`

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

```bash
talosctl --talosconfig talosconfig kubeconfig .
talosctl --talosconfig $TALOSCONFIG kubeconfig .
```

You can then use kubectl in this fashion:
Expand Down

0 comments on commit 40e57ef

Please sign in to comment.