forked from kubernetes-sigs/windows-testing
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Wrap kubectl wait with coreutils timeout
We discovered that kubectl wait will actually timeout only after timeout*number of objects being waited on. So if you wait on 3 pods specifying a timeout of 10m, it will actually wait 30m. `kubectl sleep --timeout -1s` will wait a week, so plausibly "forever". kubernetes-sigs#158 kubernetes/kubectl#754
- Loading branch information
Ben Moss
committed
Mar 31, 2020
1 parent
2af337d
commit 279b5e7
Showing
3 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters