Replies: 1 comment
-
I have misunderstood Taint based Evictions. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
By default, each pod running as deployment in rke2 gets two tolerations:
Let say we have 3 nodes cluster. podA is running on node 1.
Node1 is for some reason shutdown. It will take 300 sec or 5 minutes for k8s to start this stateless pod on node2 or node3.
To achieve this in shorter time above tolerations needs to be updated.
My question is how is this done with rke2?
I guess we somehow configure it in /etc/rancher/rke2/config.yaml.
Do we configure it with kubelet-arg ? How would example look like?
Beta Was this translation helpful? Give feedback.
All reactions