Open maxpain opened 2 months ago
Kubelet skipNodeRegistration breaks talosctl upgrade-k8s
skipNodeRegistration
talosctl upgrade-k8s
Hello. I want to hide the control plane nodes from the Kubernetes cluster using this configuration:
machine: kubelet: skipNodeRegistration: true
But talosctl upgrade-k8s stops working:
% talosctl -n cp1 upgrade-k8s error detecting the lowest Kubernetes version failed to detect lowest Kubernetes version
Yes, it's not supported this way, as talosctl won't have a way to verify fully, but you can still update manually.
talosctl
It should be possible to implement that, but right now we're not looking into that.
Bug Report
Kubelet
skipNodeRegistration
breakstalosctl upgrade-k8s
Description
Hello. I want to hide the control plane nodes from the Kubernetes cluster using this configuration:
But
talosctl upgrade-k8s
stops working:Environment