mirror of
https://github.com/k3s-io/k3s.git
synced 2025-12-18 23:06:14 -05:00
Fix a couple of small nits in README
Signed-off-by: manuelbuil <mbuil@suse.com>
This commit is contained in:
parent
089122f42d
commit
c4d7673037
2 changed files with 2 additions and 10 deletions
|
|
@ -37,7 +37,7 @@ K3s is a [fully conformant](https://github.com/cncf/k8s-conformance/pulls?q=is%3
|
|||
K3s bundles the following technologies together into a single cohesive distribution:
|
||||
|
||||
* [Containerd](https://containerd.io/) & [runc](https://github.com/opencontainers/runc)
|
||||
* [Flannel](https://github.com/coreos/flannel) for CNI
|
||||
* [Flannel](https://github.com/flannel-io/flannel) for CNI
|
||||
* [CoreDNS](https://coredns.io/)
|
||||
* [Metrics Server](https://github.com/kubernetes-sigs/metrics-server)
|
||||
* [Traefik](https://containo.us/traefik/) for ingress
|
||||
|
|
@ -97,7 +97,7 @@ We remove these to achieve a smaller binary size. They can be removed while rema
|
|||
Getting Started
|
||||
---
|
||||
- [Quick Install](https://docs.k3s.io/quick-start)
|
||||
- [Achictecture](https://docs.k3s.io/architecture)
|
||||
- [Architecture](https://docs.k3s.io/architecture)
|
||||
- [FAQ](https://docs.k3s.io/faq)
|
||||
- [Contribute](CONTRIBUTING.md)
|
||||
|
||||
|
|
|
|||
|
|
@ -52,14 +52,6 @@ export PATH
|
|||
|
||||
It is well known that K3s is written in [Go](http://golang.org). Please follow the [Go Getting Started guide](https://golang.org/doc/install) to install and set up the Go tools used to compile and run the test batteries.
|
||||
|
||||
**Note:** K3s uses the same Go version as the Kubernetes components underneath. The table below lists the required Go versions for supported the Kubernetes releases.
|
||||
|
||||
| Kubernetes | requires Go |
|
||||
|----------------|-------------|
|
||||
| 1.19 - 1.20 | 1.15.5 |
|
||||
| 1.21 - 1.22 | 1.16.7 |
|
||||
| 1.23+ | 1.17 |
|
||||
|
||||
### Docker
|
||||
|
||||
K3s build and test processes development require Docker to run certain steps. [Follow the Docker website instructions to install Docker](https://docs.docker.com/get-docker/) in the development environment.
|
||||
|
|
|
|||
Loading…
Reference in a new issue