krkn-chaos / krkn

Chaos and resiliency testing tool for Kubernetes with a focus on improving performance under failure conditions. A CNCF sandbox project.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rework wait_for_ready_status to use get_node_status in the kubecli

paigerube14 opened this issue · comments

It would be good to try to rework the wait_for_ready_status function to use the kuberenetes client to get the node status

Line here to be re-worked: https://github.com/cloud-bulldozer/kraken/blob/7f6070144473ce5f1c2cf35e5192b0a88031d09b/kraken/node_actions/common_node_functions.py#L35

@Sau1506mya do you want to give a shot at fixing this issue?