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
efce499b
Commit
efce499b
authored
Dec 07, 2015
by
Thomas Fricke
Committed by
Julian Strobl
Dec 22, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add README.md
parent
f1603a02
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
28 additions
and
0 deletions
+28
-0
README.md
cluster/libvirt-coreos/README.md
+28
-0
No files found.
cluster/libvirt-coreos/README.md
0 → 100644
View file @
efce499b
# Kubernetes CoreOS cluster
With this tutorial one creates a Kubernetes CoreOS cluster containing of one
master and three minions (workers) running on
`192.168.10.1`
-
`192.168.10.4`
.
For working correctly you need to create the directory addressed as
`POOL_PATH`
in
`util.sh`
:
```
$ sudo mkdir /var/lib/libvirt/images/kubernetes
$ sudo chown -R $USER:$USER /var/lib/libvirt/images/kubernetes/
```
Then we follow the instructions in the main
`kubernetes`
directory.
For debugging set
`export UTIL_SH_DEBUG=1`
.
```
$ export KUBERNETES_PROVIDER=libvirt-coreos
$ make release-skip-tests
$ ./cluster/kube-up.sh
```
To bring the cluster down again, execute:
```
$ ./cluster/kube-down.sh
```
Have fun!
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