MacOS Dev Guide
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.
当前内容版权归 kubernetes官网 或其关联方所有,如需对内容或内容相关联开源项目进行关注与资助,请访问 kubernetes官网 .