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
c6ec8085
Commit
c6ec8085
authored
Sep 20, 2016
by
gmarek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Extend kubemark cluster startup timeout to account for log route creation
parent
8c1f192e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
start-kubemark.sh
test/kubemark/start-kubemark.sh
+2
-2
No files found.
test/kubemark/start-kubemark.sh
View file @
c6ec8085
...
@@ -261,8 +261,8 @@ until [[ "${ready}" -ge "${NUM_NODES}" ]]; do
...
@@ -261,8 +261,8 @@ until [[ "${ready}" -ge "${NUM_NODES}" ]]; do
echo
-n
.
echo
-n
.
sleep
1
sleep
1
now
=
$(
date
+%s
)
now
=
$(
date
+%s
)
# Fail it if it already took more than
15
minutes.
# Fail it if it already took more than
30
minutes.
if
[
$((
now
-
start
))
-gt
9
00
]
;
then
if
[
$((
now
-
start
))
-gt
18
00
]
;
then
echo
""
echo
""
echo
"Timeout waiting for all HollowNodes to become Running"
echo
"Timeout waiting for all HollowNodes to become Running"
# Try listing nodes again - if it fails it means that API server is not responding
# Try listing nodes again - if it fails it means that API server is not responding
...
...
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