Merge pull request #1739 from briandowns/README_update

update readme
pull/1745/head
Erik Wilson 2020-05-04 10:39:46 -07:00 committed by GitHub
commit c50e261408
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ Great for:
* CI * CI
* Development * Development
* ARM * ARM
* Embeddeding k8s * Embedding k8s
* Situations where a PhD in k8s clusterology is infeasible * Situations where a PhD in k8s clusterology is infeasible
What is this? What is this?
@ -18,7 +18,7 @@ What is this?
k3s is a fully compliant Kubernetes distribution with the following changes: k3s is a fully compliant Kubernetes distribution with the following changes:
1. Packaged as a single binary 1. Packaged as a single binary.
1. Lightweight storage backend based on sqlite3 as the default storage mechanism. etcd3, MySQL, Postgres also still available. 1. Lightweight storage backend based on sqlite3 as the default storage mechanism. etcd3, MySQL, Postgres also still available.
1. Wrapped in simple launcher that handles a lot of the complexity of TLS and options. 1. Wrapped in simple launcher that handles a lot of the complexity of TLS and options.
1. Secure by default with reasonable defaults for lightweight environments. 1. Secure by default with reasonable defaults for lightweight environments.