What would you like to be added:
The AWS admission webhook should deny shoot creations if the shoot to be created has an invalid image configuration, i.e. at least one worker pool uses an Image that is not available in that region.
The shoot above is created but doesn't succeed during reconciliation due to the missing image configuration. Furthermore, shoot deletion will be blocked for the same reason (MachineClasseses) are re-deployed during deletion.
How to categorize this issue?
/area robustness /area usability /area ops-productivity /kind enhancement /platform aws
What would you like to be added: The AWS admission webhook should deny shoot creations if the shoot to be created has an invalid image configuration, i.e. at least one worker pool uses an Image that is not available in that region.
Example:
Shoot
CloudProfile
The shoot above is created but doesn't succeed during reconciliation due to the missing image configuration. Furthermore, shoot deletion will be blocked for the same reason (
MachineClasses
es) are re-deployed during deletion.