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
We need to add a split-role test that mimics rancher's order of operations when joining nodes to the cluster
For split-role clusters, rancher waits for all etcd-only nodes to start containerd, kubelet, and etcd. It then joins the control-plane nodes to the cluster, and waits for them to start containerd, kubelet, and apiserver. Once that is done it joins the agents.
Our current tests just start all the nodes at once and rely on everything to come up eventually - which it does if you start them all at once.
The text was updated successfully, but these errors were encountered:
We need to add a split-role test that mimics rancher's order of operations when joining nodes to the cluster
For split-role clusters, rancher waits for all etcd-only nodes to start containerd, kubelet, and etcd. It then joins the control-plane nodes to the cluster, and waits for them to start containerd, kubelet, and apiserver. Once that is done it joins the agents.
Our current tests just start all the nodes at once and rely on everything to come up eventually - which it does if you start them all at once.
The text was updated successfully, but these errors were encountered: