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
5d616618
Commit
5d616618
authored
9 years ago
by
Smaine Kahlouch
Browse files
Options
Downloads
Patches
Plain Diff
renaming role k8s-skydns to k8s-kubedns
parent
42613eac
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+5
-5
5 additions, 5 deletions
README.md
cluster.yml
+2
-2
2 additions, 2 deletions
cluster.yml
with
7 additions
and
7 deletions
README.md
+
5
−
5
View file @
5d616618
...
...
@@ -50,7 +50,7 @@ The main variables to change are located in the directory ```environments/[env_n
-
hosts: kube-master
roles:
-
{ role: kubernetes/master, tags: master }
-
{ role: apps/k8s-
sky
dns, tags: ['
sky
dns', 'apps'] }
-
{ role: apps/k8s-
kube
dns, tags: ['
kube
dns', 'apps'] }
-
{ role: apps/k8s-fabric8, tags: ['fabric8', 'apps'] }
-
hosts: kube-node
...
...
@@ -122,7 +122,7 @@ In order to use this role you'll need the following entries in the file '*requir
path: roles/apps
# version: v1.0
-
src: https://github.com/ansibl8s/k8s-
sky
dns.git
-
src: https://github.com/ansibl8s/k8s-
kube
dns.git
path: roles/apps
# version: v1.0
```
...
...
@@ -139,10 +139,10 @@ Finally update your playbook with the chosen role, and run it
-
hosts: kube-master
roles:
-
{ role: kubernetes/master, tags: master }
-
{ role: apps/k8s-
sky
dns, tags: ['
sky
dns', 'apps'] }
-
{ role: apps/k8s-
kube
dns, tags: ['
kube
dns', 'apps'] }
...
```
Please refer to the [k8s-
sky
dns readme](https://github.com/ansibl8s/k8s-
sky
dns) for additionnal info.
Please refer to the [k8s-
kub
dns readme](https://github.com/ansibl8s/k8s-
kube
dns) for additionnal info.
#### Calico networking
Check if the calico-node container is running
...
...
@@ -199,6 +199,6 @@ 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/apps/k8s-common roles/apps/k8s-
sky
dns
git submodule init roles/apps/k8s-common roles/apps/k8s-
kube
dns
git submodule update
```
This diff is collapsed.
Click to expand it.
cluster.yml
+
2
−
2
View file @
5d616618
...
...
@@ -14,8 +14,8 @@
-
hosts
:
kube-master
roles
:
-
{
role
:
kubernetes/master
,
tags
:
master
}
# A
ddon
s to be installed
# - { role: apps/k8s-
sky
dns, tags: ['
sky
dns', 'apps'] }
# A
pp
s to be installed
# - { role: apps/k8s-
kube
dns, tags: ['
kube
dns', 'apps'] }
# - { role: apps/k8s-fabric8, tags: ['fabric8', 'apps'] }
-
hosts
:
kube-node
...
...
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