cmd/kg/*: sub command peer validation webhook
This commit adds a sub command `webhook` to Kilo. It will start a https web server that answeres request from a Kubernetes API server to validate updates and creations of Kilo peers. It also updates the "Peer Validation" docs to enable users to install the web hook server and generate the self signed certificates in the cluster by only applying a manifest. Signed-off-by: leonnicolas <leonloechner@gmx.de> Apply suggestions from code review Co-authored-by: Lucas Servén Marín <lserven@gmail.com>
This commit is contained in:
3
vendor/github.com/oklog/run/go.mod
generated
vendored
Normal file
3
vendor/github.com/oklog/run/go.mod
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
module github.com/oklog/run
|
||||
|
||||
go 1.13
|
||||
Reference in New Issue
Block a user