Skip to content

Commit bf971d2

Browse files
committed
Add a new page for mutating webhook good practices.
- Link to new page from dynamic admission control page - Retain TODOs for info that'll be migration from existing page
1 parent 03369ba commit bf971d2

File tree

4 files changed

+529
-0
lines changed

4 files changed

+529
-0
lines changed

content/en/docs/concepts/cluster-administration/_index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,10 @@ Before choosing a guide, here are some considerations:
7777
explains plug-ins which intercepts requests to the Kubernetes API server after authentication
7878
and authorization.
7979

80+
* [Admission Webhook Good Practices](/docs/concepts/cluster-administration/admission-webhooks-good-practices/)
81+
provides good practices and considerations when designing mutating admission
82+
webhooks and validating admission webhooks.
83+
8084
* [Using Sysctls in a Kubernetes Cluster](/docs/tasks/administer-cluster/sysctl-cluster/)
8185
describes to an administrator how to use the `sysctl` command-line tool to set kernel parameters
8286
.

0 commit comments

Comments
 (0)