-
自动签发证书
- 进入
example/cert/testdata
执行kubectl apply -f webhook_init.yaml
进行初始化webhook - 进入
example/cert
调整参数执行cert.go - 进入
example/cert/testdata
执行kubectl get -f webhook_init.yaml -o yaml
验证是否替换证书和service成功 example/cert/rbac.yaml
是需要的rbac,用管理员权限可忽略
- 进入
-
普通webhook (借鉴kubebuilder实现)
-
main.go加入方法
hookServer := mgr.GetWebhookServer() webhook.SetupWebhook(hookServer, mgr)
-
-
Notifications
You must be signed in to change notification settings - Fork 0
kubernetes的webhook脚手架
License
cuisongliu/webhook
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
kubernetes的webhook脚手架
Topics
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published