mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-05-22 06:47:00 +00:00
779 B
779 B
title, linkTitle, type, weight, description
| title | linkTitle | type | weight | description |
|---|---|---|---|---|
| MacOS Dev Guide | MacOS Dev Guide | docs | 50 | How to develop on MacOS |
First install the tools to build and run tests
Install go 1.13
Add go to your PATH
Install kubeval
go get github.com/instrumenta/kubeval
Add kubeval to your PATH
Install gnu tools
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.