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

[Feature]: Add region property to SSH fleet configuration #1883

Open
un-def opened this issue Oct 22, 2024 · 0 comments
Open

[Feature]: Add region property to SSH fleet configuration #1883

un-def opened this issue Oct 22, 2024 · 0 comments
Labels

Comments

@un-def
Copy link
Collaborator

un-def commented Oct 22, 2024

Problem

As SSH fleets/fleet instances may be located in different data centers (that is, in different local networks), it would be useful to distinguish them. The region(s) property, which is already supported for cloud providers, seems as a perfect candidate for this. For example, one NFS volume (that is not yet supported) may be available to some SSH instances, but not to the others, in this case, it would be useful to mark both the fleet and the NFS volume as belonging to the same "region" (e.g., datacenter).

Solution

  1. Add an optional region property to the fleet configuration.
  2. regions and region are mutually exclusive; for on-prem fleets, regions is not allowed, and region is optional, with none as the default value; for cloud fleets, region: foo is an alias for regions: [foo].

Workaround

No response

Would you like to help us implement this feature by sending a PR?

No

@un-def un-def added the feature label Oct 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant