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
Describe the solution you'd like to see:
I would like to extend kubernetes.utils.create_from_yaml by a wait_until_ready flag.
This way you could easily create resources from a yaml file and rely on them to be ready to use for further purposes without having to parse the list of resources in the file again.
The text was updated successfully, but these errors were encountered:
#863 is the prerequisite for this util (CLI-level) feature. Closing as a duplicate
/close
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.
What is the feature and why do you need it:
Describe the solution you'd like to see:
I would like to extend kubernetes.utils.create_from_yaml by a
wait_until_ready
flag.This way you could easily create resources from a yaml file and rely on them to be ready to use for further purposes without having to parse the list of resources in the file again.
The text was updated successfully, but these errors were encountered: