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
0af0a351
Commit
0af0a351
authored
9 years ago
by
Smaine Kahlouch
Browse files
Options
Downloads
Patches
Plain Diff
Running apps after cluster setup, update README
parent
73e240c6
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+5
-2
5 additions, 2 deletions
README.md
with
5 additions
and
2 deletions
README.md
+
5
−
2
View file @
0af0a351
...
@@ -50,12 +50,16 @@ The main variables to change are located in the directory ```environments/[env_n
...
@@ -50,12 +50,16 @@ The main variables to change are located in the directory ```environments/[env_n
-
hosts: kube-master
-
hosts: kube-master
roles:
roles:
-
{ role: kubernetes/master, tags: master }
-
{ role: kubernetes/master, tags: master }
-
{ role: apps/k8s-kubedns, tags: ['kubedns', 'apps'] }
-
{ role: apps/k8s-fabric8, tags: ['fabric8', 'apps'] }
-
{ role: apps/k8s-fabric8, tags: ['fabric8', 'apps'] }
-
hosts: kube-node
-
hosts: kube-node
roles:
roles:
-
{ role: kubernetes/node, tags: node }
-
{ role: kubernetes/node, tags: node }
-
hosts: kube-master
roles:
-
{ role: apps/k8s-kubedns, tags: ['kubedns', 'apps'] }
-
{ role: apps/k8s-fabric8, tags: ['fabric8', 'apps'] }
```
```
### Run
### Run
...
@@ -165,7 +169,6 @@ Finally update your playbook with the chosen role, and run it
...
@@ -165,7 +169,6 @@ Finally update your playbook with the chosen role, and run it
...
...
-
hosts: kube-master
-
hosts: kube-master
roles:
roles:
-
{ role: kubernetes/master, tags: master }
-
{ role: apps/k8s-kubedns, tags: ['kubedns', 'apps'] }
-
{ role: apps/k8s-kubedns, tags: ['kubedns', 'apps'] }
...
...
```
```
...
...
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