Fix a couple of small nits in README

Signed-off-by: manuelbuil <mbuil@suse.com>
This commit is contained in:
manuelbuil 2025-07-22 16:28:45 +02:00 committed by Manuel Buil
parent 089122f42d
commit c4d7673037
2 changed files with 2 additions and 10 deletions

View file

@ -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)

View file

@ -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.