chilly-jewelry-23407
11/07/2025, 5:02 PMbland-article-62755
11/07/2025, 5:05 PMchilly-jewelry-23407
11/07/2025, 5:10 PMbland-article-62755
11/07/2025, 5:11 PMbland-article-62755
11/07/2025, 5:11 PMbland-article-62755
11/07/2025, 5:12 PMbland-article-62755
11/07/2025, 5:13 PMbland-article-62755
11/07/2025, 5:13 PMbland-article-62755
11/07/2025, 5:13 PMchilly-jewelry-23407
11/07/2025, 5:21 PMchilly-jewelry-23407
11/07/2025, 5:35 PMauto-rotate-rke2-certs
"Enabling this setting on your cluster is highly recommended."better-garage-30620
11/10/2025, 8:44 PMI have a harvester cluster running 1.5.1 (upgraded from 1.3.x over the last > year). I have new nodes installed from iso, and they aren't joining the cluster. I see an error on the new nodes:
rancher-system-agent[2796]: W0804 22:47:30.831275 2796 reflector.go:492] pkg/mod/k8s.io/client-go@v0.32.2/tools/cache/reflector.go:251: watch of *v1.Secret ended with: an error on the server ("unable to decode an event from the watch stream: stream error: stream ID 29; INTERNAL_ERROR; received from peer") has prevented the request from succeeding
my solution was to run the following on each node:
for d in /var/lib/rancher/rke2/server/tls/kube-{scheduler,controller-manager}/* ; do mv -iv "$d"{,.$(date +%Y%m%d)} ; done
crictl rm -f $(crictl ps -q --name kube-scheduler)
crictl rm -f $(crictl ps -q --name kube-controller-manager)