-
Notifications
You must be signed in to change notification settings - Fork 7
Load the regions from configmaps #117
Copy link
Copy link
Open
Labels
featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.needs-priorityIndicates a PR lacks a label and requires one.Indicates a PR lacks a label and requires one.needs-triageIndicates an issue or PR lacks a label and requires one.Indicates an issue or PR lacks a label and requires one.
Description
Activity
Metadata
Metadata
Assignees
Labels
featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.needs-priorityIndicates a PR lacks a label and requires one.Indicates a PR lacks a label and requires one.needs-triageIndicates an issue or PR lacks a label and requires one.Indicates an issue or PR lacks a label and requires one.
What would you like to be added:
Today, we hardcoded the regions in the configmap, this is fine for neoclouds but for hyperscalers like aws, this is different.
Aws has opt-in regions which are by default disabled under the account unless you submit a ticket to enable them. Then the problem is we hardcoded the regions in the file, we should be able to overwrite them, that's why we need the configmap, if not provided, use the default regions, if provided, use the provided one.
Why is this needed:
Completion requirements:
This feature requires the following artifacts:
The artifacts should be linked in subsequent comments.