Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 764 Bytes

File metadata and controls

25 lines (16 loc) · 764 Bytes

KEP tools

kepview

kepview is a command that interfaces with Kubernetes Enhancement Proposals.

asciicast

kepval

kepval is a tool that checks the YAML metadata in a KEP and returns validation errors.

Getting started

  1. Clone the enhancements git clone https://github.com/kubernetes/enhancements.git
  2. Install kepview: go get github.com/chuckha/kepview/cmd/kepview
  3. Install kepval: go get github.com/chuckha/kepview/cmd/kepval
  4. Run kepview
  5. Run kepval <path to kep.md>

Development

  1. Follow the getting started guide
  2. Run the tests with go test -cover ./...