You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think I may have originally worked on the example in chapter 4 when the wait parameter was not in Ansible core's k8s module, and so I elected to use a separate kubectl wait parameter to wait for the hello-k8s pods to be in 'Ready' state.
The wait parameter is simpler and should be used instead of the separate command invocation.
The text was updated successfully, but these errors were encountered:
I think I may have originally worked on the example in chapter 4 when the
wait
parameter was not in Ansible core'sk8s
module, and so I elected to use a separatekubectl wait
parameter to wait for the hello-k8s pods to be in 'Ready' state.The
wait
parameter is simpler and should be used instead of the separatecommand
invocation.The text was updated successfully, but these errors were encountered: