Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
Kubespray
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mirror
Kubespray
Commits
874ec8fc
Unverified
Commit
874ec8fc
authored
Feb 12, 2018
by
Antoine Legrand
Committed by
GitHub
Feb 12, 2018
Browse files
Options
Downloads
Plain Diff
Merge pull request #2311 from brutus333/fix/wait4k8sapi
Increased timeout values for k8s API server restart
parents
03c61685
d72232f1
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
roles/kubernetes/master/handlers/main.yml
+2
-2
2 additions, 2 deletions
roles/kubernetes/master/handlers/main.yml
with
2 additions
and
2 deletions
roles/kubernetes/master/handlers/main.yml
+
2
−
2
View file @
874ec8fc
...
...
@@ -84,8 +84,8 @@
client_key
:
"
{{
kube_apiserver_client_key
}}"
register
:
result
until
:
result.status ==
200
retries
:
2
0
delay
:
6
retries
:
3
0
delay
:
10
-
name
:
Master | set secret_changed
command
:
/bin/true
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment