Skip to content

Commit

Permalink
Add quick start to README
Browse files Browse the repository at this point in the history
Add a super short quick getting started section at the top

Signed-off-by: Natanael Copa <ncopa@mirantis.com>
  • Loading branch information
ncopa committed Nov 17, 2020
1 parent 9a4b8f2 commit 0706954
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@ k0s is an all-inclusive Kubernetes distribution with all the required bells and
- Supports custom Container Network Interface (CNI) plugins (calico is the default)
- Supports x86_64 and arm64

## Quick start

```
curl -sSLf get.k0s.sh | sh
k0s server --enable-worker
![k0s demo](k0s_demo.gif)
## Motivation
Expand Down

0 comments on commit 0706954

Please sign in to comment.