Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
ae144d7b
Commit
ae144d7b
authored
Apr 13, 2015
by
Dawn Chen
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #6639 from eLobato/patch-1
Minor typos in Fedora ansible docs
parents
68c3f3a9
baabd961
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
fedora_ansible_config.md
docs/getting-started-guides/fedora/fedora_ansible_config.md
+5
-5
No files found.
docs/getting-started-guides/fedora/fedora_ansible_config.md
View file @
ae144d7b
...
@@ -27,7 +27,7 @@ A Kubernetes cluster reqiures etcd, a master, and n minions, so we will create a
...
@@ -27,7 +27,7 @@ A Kubernetes cluster reqiures etcd, a master, and n minions, so we will create a
-
has ansible
-
has ansible
-
has git
-
has git
then we just clone down the kubernetes-ansible reposit
ry
**
**then we just clone down the kubernetes-ansible reposito
ry**
```
```
yum install -y ansible git
yum install -y ansible git
...
@@ -116,9 +116,9 @@ There are two ways to do this: via flannel, or using NetworkManager.
...
@@ -116,9 +116,9 @@ There are two ways to do this: via flannel, or using NetworkManager.
Flannel is a cleaner mechanism to use, and is the recommended choice.
Flannel is a cleaner mechanism to use, and is the recommended choice.
-
If you are using flannel, you should check the kubernetes-ansible repository above.
.. Currently,
-
If you are using flannel, you should check the kubernetes-ansible repository above.
you essentially have to (1) update group_vars/all.yml, and then (2) run
Currently,
you essentially have to (1) update group_vars/all.yml, and then (2) run
```
```
ansible-playbook -i inventory flannel.yml
ansible-playbook -i inventory flannel.yml
```
```
...
@@ -209,7 +209,7 @@ EOF
...
@@ -209,7 +209,7 @@ EOF
kubectl get pods
kubectl get pods
```
```
Important : Note that the
ip
of the pods IP fields are on the network which you created in the kube_ip_addr file.
Important : Note that the
IP
of the pods IP fields are on the network which you created in the kube_ip_addr file.
In this example, that was the 10.254 network.
In this example, that was the 10.254 network.
...
@@ -228,4 +228,4 @@ docker images
...
@@ -228,4 +228,4 @@ docker images
curl http://localhost
curl http://localhost
```
```
Thats it !
That
'
s it !
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment