diff --git a/README.md b/README.md index 4f22213ac7..ae3c78d643 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/docs/contrib/development.md b/docs/contrib/development.md index f8e58d8caa..57f3d7284d 100755 --- a/docs/contrib/development.md +++ b/docs/contrib/development.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.