gaborgsomogyi commented on code in PR #369:
URL: 
https://github.com/apache/flink-kubernetes-operator/pull/369#discussion_r973666366


##########
docs/content/docs/concepts/architecture.md:
##########
@@ -63,3 +63,18 @@ The Operator manages the lifecycle of Flink resources. The 
following chart illus
   - ROLLING_BACK : The resource is being rolled back to the last stable spec
   - ROLLED_BACK : The resource is deployed with the last stable spec
   - FAILED : The job terminally failed
+
+## Admission Control
+
+In addition to compiled-in admission plugins, a custom admission plugin named 
Flink Kubernetes Operator Webhook (Webhook)
+can be started as extension and run as webhook.
+
+The Webhook follow the Kubernetes principles, notably the [dynamic admission 
control](https://kubernetes.io/docs/reference/access-authn-authz/extensible-admission-controllers/).
+
+It's deployed by default when the Operator installed on a Kubernetes cluster 
using [Helm](https://helm.sh).

Review Comment:
   Thanks for the review, fixing it today at some point.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to