generated from amazon-archives/__template_Apache-2.0
-
Notifications
You must be signed in to change notification settings - Fork 71
Closed
Description
In addition to supporting pod readiness gate conditions, ideally we need to "inject" readinessGates field via webhook.
We have to make sure only the desired resources are impacted. aws-load-balancer-controller defines a label to address this problem - when a pod is created under the labelled namespace, the controller webhook will update the pod definition with readinessGates field. We can refer to the documentation and take the similar approach.
If the user needs more fine-grained control than namespaces, they may still define readinessGates field manually on pods / pod templates instead.
Requires #560 - but can be developed independently.
Metadata
Metadata
Assignees
Labels
No labels