Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fall back on search on all zones in case the zone is not correct #4125

Open
remyleone opened this issue Sep 12, 2024 · 0 comments
Open

Fall back on search on all zones in case the zone is not correct #4125

remyleone opened this issue Sep 12, 2024 · 0 comments
Assignees
Labels
enhancement priority:medium Improvements that are not the main priority ux

Comments

@remyleone
Copy link
Member

remyleone commented Sep 12, 2024

When a user is managing many resources across different zones, it can be cumbersome to remember the matching between a particular resource and its location. Instead it would be much more user friendly to look for a ressource in all other zones and answer with a answer from the correct zone.

This feature would be opt-in only and configurable inside the configuration file or through the command line.

If a server XXXX is present in fr-par-1

Command Status
scw instance server get XXXX zone=fr-par-1 OK
scw instance server get XXXX zone=fr-par-2 404
scw instance server get XXXX zone=fr-par-2 --search-all-zones This would trigger a GetServer on all zones on all regions to find if this server exist
@remyleone remyleone added enhancement ux priority:medium Improvements that are not the main priority labels Sep 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement priority:medium Improvements that are not the main priority ux
Projects
None yet
Development

No branches or pull requests

2 participants