Currently, InstanceType controller retrieves regions and zones from ProviderProfile and there is no extra input from the user. Image controller takes the zone and image labels as input. However, it can be moved to the ProviderProfile for better dependency management.
To do:
- Change Image controller to retrieve all inputs from ProviderProfile
- Manage Image and InstanceType objects life cycle in ProviderProfile controller
Currently, InstanceType controller retrieves regions and zones from ProviderProfile and there is no extra input from the user. Image controller takes the zone and image labels as input. However, it can be moved to the ProviderProfile for better dependency management.
To do: