Skip to content

Commit 8558bc3

Browse files
authored
Merge pull request #49626 from shannonxtreme/mutating-webhook-good-practices
Add a good practices page for mutating webhook design
2 parents c40fe7e + fc27b94 commit 8558bc3

File tree

4 files changed

+664
-137
lines changed

4 files changed

+664
-137
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)