You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[Golang](https://golang.org/doc/install) version 1.13+
10
+
-[Golang](https://go.dev/dl/) version 1.13+
11
11
-[Pip](https://pypi.org/project/pip/) used to install PyYAML
12
12
-[PyYAML](https://pyyaml.org/) v5.1.2
13
13
-[make](https://www.gnu.org/software/make/)
14
14
-[gcc compiler/linker](https://gcc.gnu.org/)
15
-
-[Docker](https://docs.docker.com/engine/installation/) (Required only for `kubectl` command reference)
15
+
-[Docker](https://docs.docker.com/engine/installation/) (Required only for `kubectl` command reference, also kubernetes moving on from dockershim read [here](https://kubernetes.io/blog/2022/01/07/kubernetes-is-moving-on-from-dockershim/))
16
16
17
17
- Your `PATH` environment variable must include the required build tools, such as the `Go` binary and `python`.
18
18
19
19
- You need to know how to create a pull request to a GitHub repository.
20
20
This involves creating your own fork of the repository. For more
21
21
information, see [Work from a local clone](/docs/contribute/new-content/open-a-pr/#fork-the-repo).
0 commit comments