-
Notifications
You must be signed in to change notification settings - Fork 133
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
region in config should be separate between img and the created instances #1460
Comments
regions and zones are a bit conflated in various providers (iirc mainly because of aws volumes) - so we basically force labeling zones everywhere and then infer regions from that (see https://github.com/nanovms/ops/blob/master/provider/aws/aws.go#L41 ) I think keeping with this behavior vultr would want the same functionality if it isn't using it |
fair - is it possible to update your documentation to clarify that? e.g. changing the docs:
vs changing the code:
|
we definitely can - any prs to https://github.com/nanovms/ops-documentation once approved go live instantly |
oh I'm definitely not a wordsmith. |
w/ #1473 you can use 'ewr1' for both - this follows the convention we're using for other providers |
then the docs should be updated to change it from "ewr" to "ewr1" |
the region for uploading an image in the config for vultr is ewr1, but the closest "region" for creating an instance is "ewr".
the keys between the image upload and the instance creation should be distinct.
currently I have to set the region in the CLI option (for the instance region) to overwrite the config.json (which holds the image region).
The text was updated successfully, but these errors were encountered: