kepview
is a command that interfaces with Kubernetes Enhancement Proposals.
kepval
is a tool that checks the YAML metadata in a KEP and returns validation
errors.
- Clone the enhancements
git clone https://github.com/kubernetes/enhancements.git
- Install
kepview
:go get github.com/chuckha/kepview/cmd/kepview
- Install
kepval
:go get github.com/chuckha/kepview/cmd/kepval
- Run
kepview
- Run
kepval <path to kep.md>
- Follow the getting started guide
- Run the tests with
go test -cover ./...