You are viewing documentation for Kubernetes version: v1.36

Kubernetes v1.36 documentation is no longer actively maintained. The version you are currently viewing is a static snapshot. For up-to-date information, see the latest version.

Requirements:

  • You need a machine that is running Linux or macOS. On Windows, use Windows Subsystem for Linux (WSL), since the build tooling relies on make and Bash scripts.

  • You need to have these tools installed:

    • Git
    • Go, any recent release (Go downloads the exact toolchain a generator needs automatically)
    • make
    • gcc compiler/linker
    • Docker (required only for the local website preview with make container-serve)
  • You need to know how to create a pull request to a GitHub repository. This involves creating your own fork of the repository. For more information, see Work from a local clone.