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
a676b118
Commit
a676b118
authored
Nov 16, 2015
by
k8s-merge-robot
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #17308 from kennethkalmer/patch-1
Auto commit by PR queue bot
parents
a999c0fb
84ebb027
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
22 deletions
+5
-22
centos_manual_config.md
docs/getting-started-guides/centos/centos_manual_config.md
+5
-22
No files found.
docs/getting-started-guides/centos/centos_manual_config.md
View file @
a676b118
...
@@ -61,36 +61,19 @@ centos-minion = 192.168.121.65
...
@@ -61,36 +61,19 @@ centos-minion = 192.168.121.65
**Prepare the hosts:**
**Prepare the hosts:**
*
Create
virt7-testing
repo on all hosts - centos-{master,minion} with following information.
*
Create
a virt7-docker-common-release
repo on all hosts - centos-{master,minion} with following information.
```
```
[virt7-
testing
]
[virt7-
docker-common-release
]
name=virt7-
testing
name=virt7-
docker-common-release
baseurl=http://cbs.centos.org/repos/virt7-
testing
/x86_64/os/
baseurl=http://cbs.centos.org/repos/virt7-
docker-common-release
/x86_64/os/
gpgcheck=0
gpgcheck=0
```
```
*
Install Kubernetes on all hosts - centos-{master,minion}. This will also pull in etcd, docker, and cadvisor.
*
Install Kubernetes on all hosts - centos-{master,minion}. This will also pull in etcd, docker, and cadvisor.
```
sh
```
sh
yum
-y
install
--enablerepo
=
virt7-testing kubernetes
yum
-y
install
--enablerepo
=
virt7-docker-common-release kubernetes
```
*
Note
*
Using etcd-0.4.6-7 (This is temporary update in documentation)
If you do not get etcd-0.4.6-7 installed with virt7-testing repo,
In the current virt7-testing repo, the etcd package is updated which causes service failure. To avoid this,
```
sh
yum erase etcd
```
It will uninstall the current available etcd package
```
sh
yum
install
http://cbs.centos.org/kojifiles/packages/etcd/0.4.6/7.el7.centos/x86_64/etcd-0.4.6-7.el7.centos.x86_64.rpm
yum
-y
install
--enablerepo
=
virt7-testing kubernetes
```
```
*
Add master and node to /etc/hosts on all machines (not needed if hostnames already in DNS)
*
Add master and node to /etc/hosts on all machines (not needed if hostnames already in DNS)
...
...
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