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
196c834c
Commit
196c834c
authored
Mar 04, 2019
by
Yash Raj Bharti
Committed by
Darren Shepherd
Mar 04, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
README.md
Added some punctuations wherever necessary.
parent
5f6a6c68
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
README.md
README.md
+4
-4
No files found.
README.md
View file @
196c834c
...
@@ -15,7 +15,7 @@ What is this?
...
@@ -15,7 +15,7 @@ What is this?
k3s is intended to be a fully compliant Kubernetes distribution with the following changes:
k3s is intended to be a fully compliant Kubernetes distribution with the following changes:
1.
Legacy, alpha, non-default features are removed. Hopefully you shouldn't notice the
1.
Legacy, alpha, non-default features are removed. Hopefully
,
you shouldn't notice the
stuff that has been removed.
stuff that has been removed.
2.
Removed most in-tree plugins (cloud providers and storage plugins) which can be replaced
2.
Removed most in-tree plugins (cloud providers and storage plugins) which can be replaced
with out of tree addons.
with out of tree addons.
...
@@ -77,7 +77,7 @@ flag
...
@@ -77,7 +77,7 @@ flag
k3s server --disable-agent
k3s server --disable-agent
At this point you can run the agent as a separate process or not run it on this node at all.
At this point
,
you can run the agent as a separate process or not run it on this node at all.
Joining Nodes
Joining Nodes
-------------
-------------
...
@@ -110,7 +110,7 @@ The clone will be much faster on this repo if you do
...
@@ -110,7 +110,7 @@ The clone will be much faster on this repo if you do
This repo includes all of Kubernetes history so
`--depth 1`
will avoid most of that.
This repo includes all of Kubernetes history so
`--depth 1`
will avoid most of that.
For development you just need go 1.11 and a sane GOPATH. To compile the binaries run
For development
,
you just need go 1.11 and a sane GOPATH. To compile the binaries run
```
bash
```
bash
go build
-o
k3s
go build
-o
k3s
...
@@ -163,7 +163,7 @@ Running in Docker (and docker-compose)
...
@@ -163,7 +163,7 @@ Running in Docker (and docker-compose)
I wouldn't be me if I couldn't run my cluster in Docker.
`rancher/k3s`
images are available
I wouldn't be me if I couldn't run my cluster in Docker.
`rancher/k3s`
images are available
to run k3s server and agent from Docker. A
`docker-compose.yml`
is in the root of this repo that
to run k3s server and agent from Docker. A
`docker-compose.yml`
is in the root of this repo that
serves as an example how to run k3s from Docker. To run from
`docker-compose`
from this repo run
serves as an example
of
how to run k3s from Docker. To run from
`docker-compose`
from this repo run
docker-compose up --scale node=3
docker-compose up --scale node=3
# kubeconfig is written to current dir
# kubeconfig is written to current dir
...
...
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