Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 677 Bytes

installing.md

File metadata and controls

26 lines (20 loc) · 677 Bytes

Manually Installing the apiserver build tools

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.