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

add docker version to readme

parent c26d2e17
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ Based on [CiscoCloud](https://github.com/CiscoCloud/kubernetes-ansible) work. ...@@ -6,7 +6,7 @@ Based on [CiscoCloud](https://github.com/CiscoCloud/kubernetes-ansible) work.
### Requirements ### Requirements
Tested on **Debian Jessie** and **Ubuntu** (14.10, 15.04, 15.10). Tested on **Debian Jessie** and **Ubuntu** (14.10, 15.04, 15.10).
The target servers must have access to the Internet in order to pull docker imaqes The target servers must have access to the Internet in order to pull docker imaqes.
The firewalls are not managed, you'll need to implement your own rules the way you used to. The firewalls are not managed, you'll need to implement your own rules the way you used to.
Ansible v1.9.x Ansible v1.9.x
...@@ -17,6 +17,7 @@ Ansible v1.9.x ...@@ -17,6 +17,7 @@ Ansible v1.9.x
* [calicoctl](https://github.com/projectcalico/calico-docker/releases) v0.5.1 * [calicoctl](https://github.com/projectcalico/calico-docker/releases) v0.5.1
* [flanneld](https://github.com/coreos/flannel/releases) v0.5.3 * [flanneld](https://github.com/coreos/flannel/releases) v0.5.3
* [docker-gc](https://github.com/spotify/docker-gc) * [docker-gc](https://github.com/spotify/docker-gc)
* [docker](https://www.docker.com/) v1.8.2
Ansible Ansible
...@@ -61,7 +62,7 @@ The main variables to change are located in the directory ```environments/[env_n ...@@ -61,7 +62,7 @@ The main variables to change are located in the directory ```environments/[env_n
It is possible to define variables for different environments. It is possible to define variables for different environments.
For instance, in order to deploy the cluster on 'dev' environment run the following command. For instance, in order to deploy the cluster on 'dev' environment run the following command.
``` ```
ansible-playbook -i environments/dev/inventory cluster.yml ansible-playbook -i environments/dev/inventory cluster.yml -u root
``` ```
Kubernetes Kubernetes
...@@ -190,4 +191,4 @@ Will be fixed soon. ...@@ -190,4 +191,4 @@ Will be fixed soon.
Author Information Author Information
------------------ ------------------
Smana - Smaine Kahlouch (smaine.kahlouch@gmail.com) Smana - Smaine Kahlouch (smainklh@gmail.com)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment