-
Notifications
You must be signed in to change notification settings - Fork 6
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
Update examples files #56
Conversation
instance: | ||
type: g4dn.xlarge | ||
region: us-west-1 | ||
region: eu-north-1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this applicable to most of our users?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we use the AWS_REGION
envvar if this isn't specified?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes, the aws-sdk pkg does that by default, as well as the key and key_id
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK, so for the examples we can remove this? or is the intent to provide as complete a spec as possible?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is to provide an example as complete as posible
examples/v1alpha1_environment.yaml
Outdated
image: | ||
architecture: amd64 | ||
imageId: ami-0ce2cb35386fc22e9 | ||
imageId: ami-0fe8bec493a81c7da |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's not clear what OS we're testing here. Did we ever implement a mapping from OS to image ID?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Signed-off-by: Carlos Eduardo Arango Gutierrez <[email protected]>
665ab03
to
3524f4b
Compare
No description provided.