siderolabs / talos

Talos Linux is a modern Linux distribution built for Kubernetes.
https://www.talos.dev
Mozilla Public License 2.0
6.91k stars 556 forks source link

talosctl v1.8.2 bug: resource "kcpc" is not registered #9651

Closed hmonsalv closed 2 weeks ago

hmonsalv commented 2 weeks ago

Bug Report

In documentation (section Manual Kubernetes Upgrade) it’s mentioned to use this talosctl command to get the config of apiserver / controller-manager / scheduler. For example:

talosctl -n <CONTROL_PLANE_IP_1> get kcpc kube-apiserver -o yaml

but it looks like kcpc doesn’t exists.

I’m using talosctl v1.8.2

# talosctl get kcpc kube-apiserver -o yaml
rpc error: code = NotFound desc = resource "kcpc" is not registered

(it doesn’t appear either on the provided options when executing talosctl get rd)

Description

N/A

Logs

N/A

Environment