Skip to content

Browse Kubernetes Enhancement Proposals (KEPs) with the command line

License

Notifications You must be signed in to change notification settings

chuckha/kepview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 ./...

About

Browse Kubernetes Enhancement Proposals (KEPs) with the command line

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages