mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-12-07 09:43:15 +00:00
Add new --wait-for-creation flag in kubectl wait command
kubectl wait command errors out when the waited resource does not exist. But we need to provide a way to the users about intentionally also waiting for the creation of resources. This PR introduces a new flag to cover waiting for the creation of resources with preserving the default behavior.
This commit is contained in:
@@ -1036,6 +1036,7 @@ runTests() {
|
||||
####################
|
||||
|
||||
record_command run_wait_tests
|
||||
record_command run_wait_with_non_existence_check_tests
|
||||
|
||||
####################
|
||||
# kubectl debug #
|
||||
|
||||
Reference in New Issue
Block a user