Open eanjtab opened 2 years ago
This is a feature request for the following scenario: When a node lost connectivity to storage array, Resiliency move all pods to a healthy node in the cluster. When the node come online Resiliency remove the taint. The request from customer is even though there is no pods running on that node taint should remain in the node.
Describe the solution you'd like To maintain the taint on the WN throughout until the connectivity is established.
Describe alternatives you've considered Currently there are no alternatives rather it is a problem since podmon removes the taint on the node, this node becomes a potential candidate to host pods. So we did see pods getting hosted on the node though it did not have connectivity and the pods did not start.
Additional context NA