From 8aa075cd92b60e2c34e87450ba279192a5126f97 Mon Sep 17 00:00:00 2001 From: Venkata Krishna Rohit Sakala Date: Wed, 25 Oct 2023 07:44:44 -0700 Subject: [PATCH 1/2] Update docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8e0925c56..db0fd26eb 100644 --- a/README.md +++ b/README.md @@ -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 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 From a78864aa93dc296484272556eb69fe7ad9f548b0 Mon Sep 17 00:00:00 2001 From: Sakala Venkata Krishna Rohit Date: Wed, 25 Oct 2023 09:05:50 -0700 Subject: [PATCH 2/2] Update README.md Co-authored-by: Max Sokolovsky --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index db0fd26eb..88794767d 100644 --- a/README.md +++ b/README.md @@ -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 both in local cluster and all downstream clusters automatically. +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