Skip to content
Snippets Groups Projects
Commit 0af0a351 authored by Smaine Kahlouch's avatar Smaine Kahlouch
Browse files

Running apps after cluster setup, update README

parent 73e240c6
No related branches found
No related tags found
No related merge requests found
...@@ -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'] }
... ...
``` ```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment