mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-01 09:38:12 -03:30
update to kubernetes 1.15.1 (#4989)
* update to kubernetes 1.15.1 * Revert to sonobuoy 0.15.0 * update test timeout from 3 to 5 minutes
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
a3ca441998
commit
2abb6c8689
@@ -28,7 +28,7 @@
|
||||
- '(run_pods_log.stdout | from_yaml)["items"] | map(attribute = "status.phase") | unique | list == ["Running"]'
|
||||
# Check that all pods are ready
|
||||
- '(run_pods_log.stdout | from_yaml)["items"] | map(attribute = "status.containerStatuses") | map("map", attribute = "ready") | map("min") | min'
|
||||
retries: 18
|
||||
retries: 30
|
||||
delay: 10
|
||||
failed_when: false
|
||||
no_log: true
|
||||
|
||||
Reference in New Issue
Block a user