Skip to content

Inject pod readiness gate #596

@solmonk

Description

@solmonk

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
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions