add docker version to readme
This commit is contained in:
parent
c26d2e17cd
commit
5ba39f5176
1 changed files with 4 additions and 3 deletions
|
@ -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
|
||||||
* [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
|
||||||
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.
|
||||||
Author Information
|
Author Information
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
Smana - Smaine Kahlouch (smaine.kahlouch@gmail.com)
|
Smana - Smaine Kahlouch (smainklh@gmail.com)
|
||||||
|
|
Loading…
Reference in a new issue