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
7c6547a1
Commit
7c6547a1
authored
Apr 28, 2017
by
Konstantinos Tsakalozos
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Retry of pods availablity 6 times over a minute
parent
6d32bb00
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
kubernetes_master.py
...ju/layers/kubernetes-master/reactive/kubernetes_master.py
+1
-1
No files found.
cluster/juju/layers/kubernetes-master/reactive/kubernetes_master.py
View file @
7c6547a1
...
...
@@ -810,7 +810,7 @@ def setup_tokens(token, username, user):
stream
.
write
(
'{0},{1},{2}'
.
format
(
token
,
username
,
user
))
@retry
(
times
=
2
,
delay_secs
=
2
0
)
@retry
(
times
=
3
,
delay_secs
=
1
0
)
def
all_kube_system_pods_running
():
''' Check pod status in the kube-system namespace. Returns True if all
pods are running, False otherwise. '''
...
...
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