This repository has been archived by the owner on Mar 31, 2023. It is now read-only.
kubectlWait function can loop forever #233
Labels
chore
Related to fix/refinement/improvement of end user or new/existing developer functionality
This loop:
wksctl/pkg/plan/resource/kubectl_wait.go
Lines 65 to 73 in 2e2da9c
will go forever if
RunCommand()
keeps erroring.I think at least it should stop after the
WaitTimeout
, and probably return immediately on unexpected error.The text was updated successfully, but these errors were encountered: