Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
18880d90
Commit
18880d90
authored
Jan 28, 2015
by
Filipe Brandenburger
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3895 from brendandburns/e2e
introduce a timeout for the update test.
parents
c27bc2f3
281b3c15
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
update.sh
hack/e2e-suite/update.sh
+3
-1
No files found.
hack/e2e-suite/update.sh
View file @
18880d90
...
...
@@ -33,7 +33,9 @@ function validate() {
# Container turn up on a clean cluster can take a while for the docker image pull.
local
num_running
=
0
while
[[
$num_running
-ne
$num_replicas
]]
;
do
local
i
=
0
while
[[
${
num_running
}
-ne
${
num_replicas
}
&&
${
i
}
-ne
100]]
;
do
((
i++
))
||
true
echo
"Waiting for all containers in pod to come up. Currently:
${
num_running
}
/
${
num_replicas
}
"
sleep
2
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment