Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 816 Bytes

installing.md

File metadata and controls

23 lines (20 loc) · 816 Bytes

Installing the apiserver build tools

Requires the following to already be installed:

  • kubectl
  • go
  • docker
  • openssl
  • base64
  • glide (optional)
  • tar
  • cp

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
  • Follow the kubebuilder installing instructions to install kubebuilder, so that the generated controller tests based on controller-runtime can work.