Skip to content

Commit

Permalink
docs: fix the endpoints in the libvirt guide
Browse files Browse the repository at this point in the history
See #6864

Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>
  • Loading branch information
smira committed Feb 21, 2023
1 parent 3d55bd8 commit 36ab414
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Vagrant & Libvirt"
aliases:
aliases:
- ../../../virtualized-platforms/vagrant-libvirt
---

Expand Down Expand Up @@ -205,11 +205,11 @@ You can tail the logs of the node:
sudo tail -f /tmp/control-plane-node-1.log
```

Set up your shell to use the generated talosconfig and configure its endpoints:
Set up your shell to use the generated talosconfig and configure its endpoints (use the IPs of the control plane nodes):

```bash
export TALOSCONFIG=$(realpath ./talosconfig)
talosctl config endpoint 192.168.121.203 192.168.121.119 192.168.121.125 192.168.121.69
talosctl config endpoint 192.168.121.203 192.168.121.119 192.168.121.125
```

Bootstrap the Kubernetes cluster from the initial control plane node:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Vagrant & Libvirt"
aliases:
aliases:
- ../../../virtualized-platforms/vagrant-libvirt
---

Expand Down Expand Up @@ -205,11 +205,11 @@ You can tail the logs of the node:
sudo tail -f /tmp/control-plane-node-1.log
```

Set up your shell to use the generated talosconfig and configure its endpoints:
Set up your shell to use the generated talosconfig and configure its endpoints (use the IPs of the control plane nodes):

```bash
export TALOSCONFIG=$(realpath ./talosconfig)
talosctl config endpoint 192.168.121.203 192.168.121.119 192.168.121.125 192.168.121.69
talosctl config endpoint 192.168.121.203 192.168.121.119 192.168.121.125
```

Bootstrap the Kubernetes cluster from the initial control plane node:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Vagrant & Libvirt"
aliases:
aliases:
- ../../../virtualized-platforms/vagrant-libvirt
---

Expand Down Expand Up @@ -205,11 +205,11 @@ You can tail the logs of the node:
sudo tail -f /tmp/control-plane-node-1.log
```

Set up your shell to use the generated talosconfig and configure its endpoints:
Set up your shell to use the generated talosconfig and configure its endpoints (use the IPs of the control plane nodes):

```bash
export TALOSCONFIG=$(realpath ./talosconfig)
talosctl config endpoint 192.168.121.203 192.168.121.119 192.168.121.125 192.168.121.69
talosctl config endpoint 192.168.121.203 192.168.121.119 192.168.121.125
```

Bootstrap the Kubernetes cluster from the initial control plane node:
Expand Down

0 comments on commit 36ab414

Please sign in to comment.