Files
kustomize/docs/macDevGuide.md
Kubernetes Prow Robot 12a26e1cbc Merge pull request #1786 from joncwong/patch-3
Add tree to necessary tools
2019-11-14 13:03:36 -08:00

706 B

Developing on Mac OS

Setup your dev environment

First install the tools to build and run tests

Install go 1.13

Instructions

Add go to your PATH

Install kubeval

Instructions

go get github.com/instrumenta/kubeval

Add kubeval to your PATH

Install gnu tools

Instructions

brew install coreutils wget gnu-sed tree

Add the new tools to your PATH

Make everything

Verify your install by running make:

make

Be default, this runs all tests needed to qualify a pull request.