Allow deletion of not yet reconciled zones #231
Labels
area/usability
Usability related
kind/enhancement
Enhancement, improvement, extension
lifecycle/rotten
Nobody worked on this for 12 months (final aging stage)
platform/aws
Amazon web services platform/infrastructure
How to categorize this issue?
/area usability
/kind enhancement
/priority normal
/platform aws
What would you like to be added:
Currently,
validator-aws
forbids removal of zones from a Shoot'sinfrastructureConfig
/workers[].zones
.This is, because it can't know
We would like to lift restriction a) and allow removal of zones, that have not been created yet.
This would require that the infrastructure actuator reports back to the garden cluster, what resources (e.g. subnets) have been created for a given
Infrastructure
object.Why is this needed:
This will allow endusers to help themselves and fix a broken Shoot spec, for example when they try to add a zones with a CIDR that conflicts with another existing subnet in the VPC. In that case, the addition of the zone succeeds, but the infrastructure reconciliation will fail and the Shoot will be in
Failed
state, but the zone cannot be removed, although it is "empty" and could be removed safely.The text was updated successfully, but these errors were encountered: