Kong / gateway-operator

Kubernetes Operator for Kong Gateways
Apache License 2.0
49 stars 11 forks source link

`DataPlane`: do not allow changes when a `DataPlane` in in the middle of a rollout #166

Open pmalek opened 1 year ago

pmalek commented 1 year ago

Problem statement

To not interfere with the Blue Green rollout, we need to take into account the condition a DataPlane is in during admission.

Acceptance criteria

pmalek commented 1 year ago

Punting this to Cloud Gateways Phase next.

Kong/gateway-operator-archive#1051 will cover the admission webhook part.