forked from kubernetes-sigs/kubespray
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
moving apps submodules to the directory roles/apps
- Loading branch information
Smaine Kahlouch
committed
Oct 12, 2015
1 parent
f9395f7
commit 4281506
Showing
7 changed files
with
8 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
[submodule "roles/k8s-common"] | ||
path = roles/k8s-common | ||
path = roles/apps/k8s-common | ||
url = https://github.com/ansibl8s/k8s-common.git | ||
[submodule "roles/k8s-fabric8"] | ||
path = roles/k8s-fabric8 | ||
path = roles/apps/k8s-fabric8 | ||
url = https://github.com/ansibl8s/k8s-fabric8.git | ||
[submodule "roles/k8s-kube-ui"] | ||
path = roles/k8s-kube-ui | ||
path = roles/apps/k8s-kube-ui | ||
url = https://github.com/ansibl8s/k8s-kube-ui.git | ||
branch = v1.0 | ||
[submodule "roles/k8s-skydns"] | ||
path = roles/k8s-skydns | ||
path = roles/apps/k8s-skydns | ||
url = https://github.com/ansibl8s/k8s-skydns.git | ||
branch = v1.0 | ||
[submodule "roles/k8s-postgres"] | ||
path = roles/k8s-postgres | ||
path = roles/apps/k8s-postgres | ||
url = https://github.com/ansibl8s/k8s-postgres.git | ||
branch = v1.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -122,7 +122,7 @@ grep path .gitmodules | sed 's/.*= //' | |
For instance if you will probably want to install a [dns server](https://github.com/kubernetes/kubernetes/tree/master/cluster/addons/dns) as it is **strongly recommanded**. | ||
In order to use this role you'll need to follow these steps | ||
``` | ||
git submodule init roles/k8s-skydns | ||
git submodule init roles/apps/k8s-skydns | ||
git submodule update | ||
``` | ||
Then update your playbook with the chosen role | ||
|
@@ -131,7 +131,7 @@ Then update your playbook with the chosen role | |
- hosts: kube-master | ||
roles: | ||
- { role: kubernetes/master, tags: master } | ||
- { role: k8s-skydns, tags: skydns } | ||
- { role: apps/k8s-skydns, tags: skydns } | ||
... | ||
``` | ||
Please refer to the [k8s-skydns readme](https://github.com/ansibl8s/k8s-skydns) for additionnal info. | ||
|
@@ -171,12 +171,7 @@ This issue will be fixed when kubernetes 1.1 will be released as described in th | |
### Monitoring addon | ||
Until now i didn't managed to get the monitoring addon working. | ||
|
||
### Listen on secure port only | ||
### Apiserver listen on secure port only | ||
Currently the api-server listens on both secure and insecure ports. | ||
The insecure port is mainly used for calico. | ||
Will be fixed soon. | ||
|
||
Author Information | ||
------------------ | ||
|
||
Smana - Smaine Kahlouch ([email protected]) |
Submodule k8s-common
updated
from 000000 to 8a1b65
Submodule k8s-fabric8
updated
from 000000 to 1c74ce
Submodule k8s-kube-ui
updated
from 000000 to 40e564
Submodule k8s-postgres
updated
from 000000 to 345145
Submodule k8s-skydns
updated
from 000000 to f97af2