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
9ffebf7f
Commit
9ffebf7f
authored
Apr 14, 2015
by
Dawn Chen
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #6805 from eparis/fedora-docs
update fedora documentation
parents
ca9e209c
069b3a9c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
9 deletions
+11
-9
fedora_manual_config.md
docs/getting-started-guides/fedora/fedora_manual_config.md
+11
-9
No files found.
docs/getting-started-guides/fedora/fedora_manual_config.md
View file @
9ffebf7f
...
...
@@ -23,10 +23,10 @@ fed-node = 192.168.121.65
```
yum -y install --enablerepo=updates-testing kubernetes
```
*
Install etcd
*
Install etcd
and iptables
```
yum -y install etcd
yum -y install etcd
iptables
```
*
Add master and node to /etc/hosts on all machines (not needed if hostnames already in DNS). Make sure that communication works between fed-master and fed-node by using a utility such as ping.
...
...
@@ -68,7 +68,7 @@ systemctl stop iptables-services firewalld
KUBE_API_ADDRESS="--address=0.0.0.0"
# Comma separated list of nodes in the etcd cluster
KUBE_ETCD_SERVERS="--etcd_servers=http://
fed-master
:4001"
KUBE_ETCD_SERVERS="--etcd_servers=http://
127.0.0.1
:4001"
# Address range to use for services
KUBE_SERVICE_ADDRESSES="--portal_net=10.254.0.0/16"
...
...
@@ -93,12 +93,14 @@ done
```
json
{
"id"
:
"fed-node"
,
"kind"
:
"Minion"
,
"apiVersion"
:
"v1beta1"
,
"labels"
:
{
"name"
:
"fed-node-label"
}
"apiVersion"
:
"v1beta3"
,
"kind"
:
"Node"
,
"metadata"
:
{
"name"
:
"fed-node"
},
"spec"
:
{
"externalID"
:
"fed-node"
}
}
```
...
...
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