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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mirror
Kubespray
Commits
61bb6468
Commit
61bb6468
authored
9 years ago
by
Smaine Kahlouch
Browse files
Options
Downloads
Patches
Plain Diff
Update README, cluster.yml
parent
f2069b29
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+3
-7
3 additions, 7 deletions
README.md
with
3 additions
and
7 deletions
README.md
+
3
−
7
View file @
61bb6468
...
...
@@ -48,7 +48,7 @@ kube-master
Run the playbook
```
ansible-playbook -i environments/
production
/inventory cluster.yml -u root
ansible-playbook -i environments/
test
/inventory cluster.yml -u root
```
You can jump directly to "
*Available apps, installation procedure*
"
...
...
@@ -59,7 +59,7 @@ Ansible
### Download binaries
A role allows to download required binaries. They will be stored in a directory defined by the variable
**'local_release_dir'**
(by default /tmp).
Please ensure that you have enough disk space there (about
**
1G
**
).
Please ensure that you have enough disk space there (about
**
300M
**
).
**Note**
: Whenever you'll need to change the version of a software, you'll have to erase the content of this directory.
...
...
@@ -116,13 +116,9 @@ kube-master
roles:
-
{ role: download, tags: download }
# etcd must be running on master(s) before going on
-
hosts: etcd
roles:
-
{ role: etcd, tags: etcd }
-
hosts: k8s-cluster
roles:
-
{ role: etcd, tags: etcd }
-
{ role: docker, tags: docker }
-
{ role: dnsmasq, tags: dnsmasq }
-
{ role: network_plugin, tags: ['calico', 'flannel', 'network'] }
...
...
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