Skip to content

Commit

Permalink
docs: add missing talosconfig flag
Browse files Browse the repository at this point in the history
Add missing `--talosconfig` flag to setting up vmtoolds secret step.

Signed-off-by: ExtraClock <35864862+ExtraClock@users.noreply.github.com>
Signed-off-by: Noel Georgi <git@frezbo.dev>
  • Loading branch information
ExtraClock authored and frezbo committed Jan 23, 2024
1 parent 8a1732b commit 7d11172
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 16 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "VMware"
description: "Creating Talos Kubernetes cluster using VMware."
aliases:
aliases:
- ../../../virtualized-platforms/vmware
---

Expand Down Expand Up @@ -296,7 +296,7 @@ The talos-vmtoolsd application was deployed as a daemonset as part of the cluste
Create a new talosconfig with:
```bash
talosctl -n <control plane IP> config new vmtoolsd-secret.yaml --roles os:admin
talosctl --talosconfig talosconfig -n <control plane IP> config new vmtoolsd-secret.yaml --roles os:admin
```
Create a secret from the talosconfig:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "VMware"
description: "Creating Talos Kubernetes cluster using VMware."
aliases:
aliases:
- ../../../virtualized-platforms/vmware
---

Expand Down Expand Up @@ -296,7 +296,7 @@ The talos-vmtoolsd application was deployed as a daemonset as part of the cluste
Create a new talosconfig with:
```bash
talosctl -n <control plane IP> config new vmtoolsd-secret.yaml --roles os:admin
talosctl --talosconfig talosconfig -n <control plane IP> config new vmtoolsd-secret.yaml --roles os:admin
```
Create a secret from the talosconfig:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "VMware"
description: "Creating Talos Kubernetes cluster using VMware."
aliases:
aliases:
- ../../../virtualized-platforms/vmware
---

Expand Down Expand Up @@ -296,7 +296,7 @@ The talos-vmtoolsd application was deployed as a daemonset as part of the cluste
Create a new talosconfig with:
```bash
talosctl -n <control plane IP> config new vmtoolsd-secret.yaml --roles os:admin
talosctl --talosconfig talosconfig -n <control plane IP> config new vmtoolsd-secret.yaml --roles os:admin
```
Create a secret from the talosconfig:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "VMware"
description: "Creating Talos Kubernetes cluster using VMware."
aliases:
aliases:
- ../../../virtualized-platforms/vmware
---

Expand Down Expand Up @@ -296,7 +296,7 @@ The talos-vmtoolsd application was deployed as a daemonset as part of the cluste
Create a new talosconfig with:
```bash
talosctl -n <control plane IP> config new vmtoolsd-secret.yaml --roles os:admin
talosctl --talosconfig talosconfig -n <control plane IP> config new vmtoolsd-secret.yaml --roles os:admin
```
Create a secret from the talosconfig:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "VMware"
description: "Creating Talos Kubernetes cluster using VMware."
aliases:
aliases:
- ../../../virtualized-platforms/vmware
---

Expand Down Expand Up @@ -296,7 +296,7 @@ The talos-vmtoolsd application was deployed as a daemonset as part of the cluste
Create a new talosconfig with:
```bash
talosctl -n <control plane IP> config new vmtoolsd-secret.yaml --roles os:admin
talosctl --talosconfig talosconfig -n <control plane IP> config new vmtoolsd-secret.yaml --roles os:admin
```
Create a secret from the talosconfig:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "VMware"
description: "Creating Talos Kubernetes cluster using VMware."
aliases:
aliases:
- ../../../virtualized-platforms/vmware
---

Expand Down Expand Up @@ -296,7 +296,7 @@ The talos-vmtoolsd application was deployed as a daemonset as part of the cluste
Create a new talosconfig with:
```bash
talosctl -n <control plane IP> config new vmtoolsd-secret.yaml --roles os:admin
talosctl --talosconfig talosconfig -n <control plane IP> config new vmtoolsd-secret.yaml --roles os:admin
```
Create a secret from the talosconfig:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "VMware"
description: "Creating Talos Kubernetes cluster using VMware."
aliases:
aliases:
- ../../../virtualized-platforms/vmware
---

Expand Down Expand Up @@ -296,7 +296,7 @@ The talos-vmtoolsd application was deployed as a daemonset as part of the cluste
Create a new talosconfig with:
```bash
talosctl -n <control plane IP> config new vmtoolsd-secret.yaml --roles os:admin
talosctl --talosconfig talosconfig -n <control plane IP> config new vmtoolsd-secret.yaml --roles os:admin
```
Create a secret from the talosconfig:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "VMware"
description: "Creating Talos Kubernetes cluster using VMware."
aliases:
aliases:
- ../../../virtualized-platforms/vmware
---

Expand Down Expand Up @@ -296,7 +296,7 @@ The talos-vmtoolsd application was deployed as a daemonset as part of the cluste
Create a new talosconfig with:
```bash
talosctl -n <control plane IP> config new vmtoolsd-secret.yaml --roles os:admin
talosctl --talosconfig talosconfig -n <control plane IP> config new vmtoolsd-secret.yaml --roles os:admin
```
Create a secret from the talosconfig:
Expand Down

0 comments on commit 7d11172

Please sign in to comment.