You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Environmental Info:
RKE2 Version: rke2 -v
rke2 version v1.24.10+rke2r1 (1ccdce2)
go version go1.19.5 X:boringcrypto
Node(s) CPU architecture, OS, and Version:
Linux testserver1 6.1.67 #1 SMP PREEMPT_DYNAMIC Tue Dec 19 11:25:42 PST 2023 x86_64 GNU/Linux
Cluster Configuration:
2 Servers and No Agents
Describe the bug:
We have followed the steps mentioned in the https://docs.rke2.io/install/ha. We see that cluster is working fine. /var/lib/rancher/rke2/bin/kubectl get nodes --kubeconfig /etc/rancher/rke2/rke2.yaml
NAME STATUS ROLES AGE VERSION
testserver1 Ready control-plane,etcd,master 44m v1.24.10+rke2r1
testserver2 Ready control-plane,etcd,master 43m v1.24.10+rke2r1
When the testserver2 goes down we see that cluster is not working
/var/lib/rancher/rke2/bin/kubectl get nodes --kubeconfig /etc/rancher/rke2/rke2.yaml
Error from server (Timeout): the server was unable to return a response in the time allotted, but may still be processing the request (get nodes)
Steps To Reproduce:
Installed RKE2:
Expected behavior:
Our assumption is that if one of the cluster member goes down still it needs to work
Actual behavior:
If one of the cluster node goes down we cann't access the cluster.
Additional context / logs:
The text was updated successfully, but these errors were encountered:
Environmental Info:
RKE2 Version:
rke2 -v
rke2 version v1.24.10+rke2r1 (1ccdce2)
go version go1.19.5 X:boringcrypto
Node(s) CPU architecture, OS, and Version:
Linux testserver1 6.1.67 #1 SMP PREEMPT_DYNAMIC Tue Dec 19 11:25:42 PST 2023 x86_64 GNU/Linux
Cluster Configuration:
2 Servers and No Agents
Describe the bug:
We have followed the steps mentioned in the https://docs.rke2.io/install/ha. We see that cluster is working fine.
/var/lib/rancher/rke2/bin/kubectl get nodes --kubeconfig /etc/rancher/rke2/rke2.yaml
NAME STATUS ROLES AGE VERSION
testserver1 Ready control-plane,etcd,master 44m v1.24.10+rke2r1
testserver2 Ready control-plane,etcd,master 43m v1.24.10+rke2r1
When the testserver2 goes down we see that cluster is not working
/var/lib/rancher/rke2/bin/kubectl get nodes --kubeconfig /etc/rancher/rke2/rke2.yaml
Error from server (Timeout): the server was unable to return a response in the time allotted, but may still be processing the request (get nodes)
Steps To Reproduce:
Expected behavior:
Our assumption is that if one of the cluster member goes down still it needs to work
Actual behavior:
If one of the cluster node goes down we cann't access the cluster.
Additional context / logs:
The text was updated successfully, but these errors were encountered: