Skip to content

Commit dac550a

Browse files
committed
docs: fix troubleshooting guide
It references legacy `BootstrapStatus` which was removed with the dropped support for bootkube-based control plane. Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>
1 parent 83e8bec commit dac550a

File tree

4 files changed

+0
-40
lines changed

4 files changed

+0
-40
lines changed

website/content/docs/v0.12/Guides/troubleshooting-control-plane.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,6 @@ description: "Troubleshoot control plane failures for running cluster and bootst
88
This guide is written as series of topics and detailed answers for each topic.
99
It starts with basics of control plane and goes into Talos specifics.
1010

11-
This document mostly applies only to Talos 0.9 control plane based on static pods.
12-
If Talos was upgraded from version 0.8, it might be still running self-hosted control plane, current status can
13-
be checked with the command `talosctl get bootstrapstatus`:
14-
15-
```bash
16-
$ talosctl -n <IP> get bs
17-
NODE NAMESPACE TYPE ID VERSION SELF HOSTED
18-
172.20.0.2 runtime BootstrapStatus control-plane 1 false
19-
```
20-
2111
In this guide we assume that Talos client config is available and Talos API access is available.
2212
Kubernetes client configuration can be pulled from control plane nodes with `talosctl -n <IP> kubeconfig`
2313
(this command works before Kubernetes is fully booted).

website/content/docs/v0.13/Guides/troubleshooting-control-plane.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,6 @@ description: "Troubleshoot control plane failures for running cluster and bootst
88
This guide is written as series of topics and detailed answers for each topic.
99
It starts with basics of control plane and goes into Talos specifics.
1010

11-
This document mostly applies only to Talos 0.9 control plane based on static pods.
12-
If Talos was upgraded from version 0.8, it might be still running self-hosted control plane, current status can
13-
be checked with the command `talosctl get bootstrapstatus`:
14-
15-
```bash
16-
$ talosctl -n <IP> get bs
17-
NODE NAMESPACE TYPE ID VERSION SELF HOSTED
18-
172.20.0.2 runtime BootstrapStatus control-plane 1 false
19-
```
20-
2111
In this guide we assume that Talos client config is available and Talos API access is available.
2212
Kubernetes client configuration can be pulled from control plane nodes with `talosctl -n <IP> kubeconfig`
2313
(this command works before Kubernetes is fully booted).

website/content/docs/v0.14/Guides/troubleshooting-control-plane.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,6 @@ description: "Troubleshoot control plane failures for running cluster and bootst
88
This guide is written as series of topics and detailed answers for each topic.
99
It starts with basics of control plane and goes into Talos specifics.
1010

11-
This document mostly applies only to Talos 0.9 control plane based on static pods.
12-
If Talos was upgraded from version 0.8, it might be still running self-hosted control plane, current status can
13-
be checked with the command `talosctl get bootstrapstatus`:
14-
15-
```bash
16-
$ talosctl -n <IP> get bs
17-
NODE NAMESPACE TYPE ID VERSION SELF HOSTED
18-
172.20.0.2 runtime BootstrapStatus control-plane 1 false
19-
```
20-
2111
In this guide we assume that Talos client config is available and Talos API access is available.
2212
Kubernetes client configuration can be pulled from control plane nodes with `talosctl -n <IP> kubeconfig`
2313
(this command works before Kubernetes is fully booted).

website/content/docs/v0.15/Guides/troubleshooting-control-plane.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,6 @@ description: "Troubleshoot control plane failures for running cluster and bootst
88
This guide is written as series of topics and detailed answers for each topic.
99
It starts with basics of control plane and goes into Talos specifics.
1010

11-
This document mostly applies only to Talos 0.9 control plane based on static pods.
12-
If Talos was upgraded from version 0.8, it might be still running self-hosted control plane, current status can
13-
be checked with the command `talosctl get bootstrapstatus`:
14-
15-
```bash
16-
$ talosctl -n <IP> get bs
17-
NODE NAMESPACE TYPE ID VERSION SELF HOSTED
18-
172.20.0.2 runtime BootstrapStatus control-plane 1 false
19-
```
20-
2111
In this guide we assume that Talos client config is available and Talos API access is available.
2212
Kubernetes client configuration can be pulled from control plane nodes with `talosctl -n <IP> kubeconfig`
2313
(this command works before Kubernetes is fully booted).

0 commit comments

Comments
 (0)