Document the tools needed to perform a build.
Signed-off-by: Evan Anderson <evan.k.anderson@gmail.com>
This commit is contained in:
parent
aff8638711
commit
8ee8f407f8
@ -30,6 +30,18 @@ First, run minikube, and configure your local kubectl command to work with minik
|
|||||||
$ helm init
|
$ helm init
|
||||||
|
|
||||||
|
|
||||||
|
Install local development tools
|
||||||
|
===============================
|
||||||
|
|
||||||
|
You will need the following tools to build cert-manager:
|
||||||
|
|
||||||
|
* `Bazel <https://docs.bazel.build/versions/master/install.html>`
|
||||||
|
* `Docker <https://store.docker.com/search?type=edition&offering=community>` (and enable for non-root user)
|
||||||
|
|
||||||
|
These instructions have only been tested on Linux; Windows and MacOS may
|
||||||
|
require further changes.
|
||||||
|
|
||||||
|
|
||||||
Build a dev version of cert-manager
|
Build a dev version of cert-manager
|
||||||
===================================
|
===================================
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user