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
36370fdf
Unverified
Commit
36370fdf
authored
Mar 05, 2019
by
Darren Shepherd
Committed by
GitHub
Mar 05, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #149 from JakeConnors376W/patch-1
Fix inconsistent title case
parents
40b5914c
2f847409
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
7 deletions
+6
-7
README.md
README.md
+6
-7
No files found.
README.md
View file @
36370fdf
...
...
@@ -29,7 +29,7 @@ k3s is intended to be a fully compliant Kubernetes distribution with the followi
*
CNI
*
Host utilities (iptables, socat, etc)
Quick
S
tart
Quick
s
tart
-----------
1.
Download
`k3s`
from latest
[
release
](
https://github.com/rancher/k3s/releases/latest
)
, x86_64, armhf, and arm64 are
supported
...
...
@@ -46,7 +46,7 @@ sudo k3s agent --server https://myserver:6443 --token ${NODE_TOKEN}
```
Running
S
erver
Running
s
erver
--------------
To run the server just do
...
...
@@ -79,7 +79,7 @@ flag
At this point, you can run the agent as a separate process or not run it on this node at all.
Joining
N
odes
Joining
n
odes
-------------
When the server starts it creates a file
`/var/lib/rancher/k3s/server/node-token`
. Use the contents
...
...
@@ -132,14 +132,14 @@ helper scripts
To build the full release binary run
`make`
and that will create
`./dist/artifacts/k3s`
Kubernetes
S
ource
Kubernetes
s
ource
-----------------
The source code for Kubernetes is in
`vendor/`
and the location from which that is copied
is in
`./vendor.conf`
. Go to the referenced repo/tag and you'll find all the patches applied
to upstream Kubernetes.
Open
Ports/Network S
ecurity
Open
ports / Network s
ecurity
---------------------------
The server needs port 6443 to be accessible by the nodes. The nodes need to be able to reach
...
...
@@ -237,7 +237,7 @@ CoreDNS is deployed on start of the agent, to disable add `--no-deploy coredns`
If you don't install CoreDNS you will need to install a cluster DNS provider yourself.
Service
Load B
alancer
Service
load b
alancer
---------------------
k3s includes a basic service load balancer that uses available host ports. If you try to create
...
...
@@ -255,4 +255,3 @@ Currently broken or stuff that needs to be done for this to be considered produc
2.
HA
3.
Work on e2e, sonobouy.
4.
etcd doesn't actually work because args aren't exposed
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