Skip to content

Commit

Permalink
Merge pull request #305 from rohitsakala/master
Browse files Browse the repository at this point in the history
Update docs
  • Loading branch information
KevinJoiner authored Dec 19, 2023
2 parents 6aca51f + a78864a commit 5c1fe0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ API server and perform validation or mutation of resources prior to their persis
the cluster database.
The validation and mutation are performed by custom code whose logic is defined by the instance of an admission controller.
Cluster administrators may create many such controllers that perform custom validation or mutation in series.
The Rancher Webhook is one such controller that runs only in the local cluster.
The Rancher Webhook is one such controller that runs both in the local cluster and all downstream clusters automatically.

A typical admission controller, such as Rancher's webhook, works as a web-server that receives requests forwarded
by the main API server. If the Webhook runs its custom validation logic for the resource in question
Expand Down

0 comments on commit 5c1fe0f

Please sign in to comment.