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
e1d91289
Commit
e1d91289
authored
Nov 15, 2018
by
Han Kang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
increase the liveness probe delay for GCE e2e tests, to avoid premature teardown
parent
5a84dffc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
config-test.sh
cluster/gce/config-test.sh
+4
-0
No files found.
cluster/gce/config-test.sh
View file @
e1d91289
...
...
@@ -53,6 +53,10 @@ NODE_LOCAL_SSDS_EXT=${NODE_LOCAL_SSDS_EXT:-}
NODE_ACCELERATORS
=
${
NODE_ACCELERATORS
:-
""
}
REGISTER_MASTER_KUBELET
=
${
REGISTER_MASTER
:-
true
}
KUBE_APISERVER_REQUEST_TIMEOUT
=
300
# Increase initial delay for the apiserver liveness probe, to avoid prematurely tearing it down
KUBE_APISERVER_LIVENESS_PROBE_INITIAL_DELAY_SEC
=
${
KUBE_APISERVER_LIVENESS_PROBE_INITIAL_DELAY_SEC
:-
45
}
# Also increase the initial delay for etcd just to be safe
ETCD_LIVENESS_PROBE_INITIAL_DELAY_SEC
=
${
ETCD_LIVENESS_PROBE_INITIAL_DELAY_SEC
:-
45
}
PREEMPTIBLE_NODE
=
${
PREEMPTIBLE_NODE
:-
false
}
PREEMPTIBLE_MASTER
=
${
PREEMPTIBLE_MASTER
:-
false
}
KUBE_DELETE_NODES
=
${
KUBE_DELETE_NODES
:-
true
}
...
...
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