I have a project where I need to handle when a node becomes notready and when it becomes ready
, but I only have one server and I know I can use the Kind to create a multi-node cluster, but I don't know how to implement a node that becomes notready and ready
Is there a way to configure certain node state transitions
for a Kind-based cluster
? if not, is there another way. I really appreciate any help with this.