Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
A
Ansible Role Kubernetes
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nanahira
Ansible Role Kubernetes
Commits
65b8c76d
Commit
65b8c76d
authored
Mar 18, 2020
by
Jeff Geerling
Committed by
GitHub
Mar 18, 2020
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #36 from rdxmb/fail-when-init-failed
fail when kubeadm init fails
parents
9fde307b
d47b7926
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
tasks/master-setup.yml
tasks/master-setup.yml
+0
-1
No files found.
tasks/master-setup.yml
View file @
65b8c76d
...
@@ -8,7 +8,6 @@
...
@@ -8,7 +8,6 @@
--ignore-preflight-errors={{ kubernetes_ignore_preflight_errors }}
--ignore-preflight-errors={{ kubernetes_ignore_preflight_errors }}
{{ kubernetes_kubeadm_init_extra_opts }}
{{ kubernetes_kubeadm_init_extra_opts }}
register
:
kubeadmin_init
register
:
kubeadmin_init
failed_when
:
false
when
:
not kubernetes_init_stat.stat.exists
when
:
not kubernetes_init_stat.stat.exists
-
name
:
Print the init output to screen.
-
name
:
Print the init output to screen.
...
...
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