Closed iaguis closed 7 years ago
rkt v1.22.0 introduced the flags --wait and --wait-ready to wait for a pod to terminate or to be ready respectively. Let's use those instead of implementing wait loops in rktlet.
--wait
--wait-ready
rkt v1.22.0 introduced the flags
--wait
and--wait-ready
to wait for a pod to terminate or to be ready respectively. Let's use those instead of implementing wait loops in rktlet.