Manually Installing the apiserver build tools

November 5, 2020 ยท View on GitHub

Requires the following to already be installed:

  • kubectl
  • go
  • docker
  • openssl
  • base64
  • tar
  • cp

Installing by Go Get

GO111MODULE=on go get sigs.k8s.io/apiserver-builder-alpha/cmd/apiserver-boot

Alternative Manual Installation instructions:

  • Download the latest release
  • Extract to /usr/local/apiserver-builder/
    • Create this directory if it does not already exist
  • Add /usr/local/apiserver-builder/bin to your path export PATH=$PATH:/usr/local/apiserver-builder/bin
  • Test things are working by running apiserver-boot -h.