We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Also see #3668
RKE version: 1.6.2
Docker version: (docker version,docker info preferred) 24.0.7
docker version
docker info
Operating system and kernel: (cat /etc/os-release, uname -r preferred) Ubuntu 20.04, kernel version 5.4.0-200-generic
cat /etc/os-release
uname -r
Type/provider of hosts: (VirtualBox/Bare-metal/AWS/GCE/DO) VMWare
cluster.yml file: NA
Steps to Reproduce: Run rke util get-state-file on any RKE cluster newer than RKE version 1.5.10 or 1.4.19
rke util get-state-file
Results: rke fails to fetch the cluster state, because it tries to fetch the full-cluster-state ConfigMap which is now a Secret.
The fix will need to change
rke/services/controlplane.go
Line 372 in be7113f
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Also see #3668
RKE version:
1.6.2
Docker version: (
docker version
,docker info
preferred)24.0.7
Operating system and kernel: (
cat /etc/os-release
,uname -r
preferred)Ubuntu 20.04, kernel version 5.4.0-200-generic
Type/provider of hosts: (VirtualBox/Bare-metal/AWS/GCE/DO)
VMWare
cluster.yml file:
NA
Steps to Reproduce:
Run
rke util get-state-file
on any RKE cluster newer than RKE version 1.5.10 or 1.4.19Results:
rke fails to fetch the cluster state, because it tries to fetch the full-cluster-state ConfigMap which is now a Secret.
The fix will need to change
rke/services/controlplane.go
Line 372 in be7113f
The text was updated successfully, but these errors were encountered: