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
baabd961
Commit
baabd961
authored
Apr 09, 2015
by
Daniel Lobato García
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor typos in Fedora ansible docs
parent
554efa64
Hide 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 @
baabd961
...
...
@@ -27,7 +27,7 @@ A Kubernetes cluster reqiures etcd, a master, and n minions, so we will create a
-
has ansible
-
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
...
...
@@ -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.
-
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
```
...
...
@@ -209,7 +209,7 @@ EOF
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.
...
...
@@ -228,4 +228,4 @@ docker images
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