-
Notifications
You must be signed in to change notification settings - Fork 82
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
nodejs: support all EBS EC2 LaunchConfiguration params for EKS cluster node root volumes #641
nodejs: support all EBS EC2 LaunchConfiguration params for EKS cluster node root volumes #641
Conversation
PR is now waiting for a maintainer to run the acceptance tests. This PR will only perform build and linting. |
1 similar comment
PR is now waiting for a maintainer to run the acceptance tests. This PR will only perform build and linting. |
c52d661
to
3a0a974
Compare
PR is now waiting for a maintainer to run the acceptance tests. This PR will only perform build and linting. |
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.
Thanks for the PR! The overall change makes sense to me, but I have a few comments to address.
PR is now waiting for a maintainer to run the acceptance tests. This PR will only perform build and linting. |
4 similar comments
PR is now waiting for a maintainer to run the acceptance tests. This PR will only perform build and linting. |
PR is now waiting for a maintainer to run the acceptance tests. This PR will only perform build and linting. |
PR is now waiting for a maintainer to run the acceptance tests. This PR will only perform build and linting. |
PR is now waiting for a maintainer to run the acceptance tests. This PR will only perform build and linting. |
e516b63
to
1587bbb
Compare
PR is now waiting for a maintainer to run the acceptance tests. This PR will only perform build and linting. |
Thanks for your suggestions and guidance. I have updated the PR accordingly. Please feel free to suggest additional changes. |
/run-acceptance-tests |
Please view the PR build - https://github.com/pulumi/pulumi-eks/actions/runs/1535210644 |
It looks like the linter flagged a number of errors that will need to be fixed: https://github.com/pulumi/pulumi-eks/runs/4407997758?check_suite_focus=true#step:8:39 Also, you'll need to run |
1587bbb
to
b9cadf2
Compare
PR is now waiting for a maintainer to run the acceptance tests. This PR will only perform build and linting. |
b9cadf2
to
2437db8
Compare
PR is now waiting for a maintainer to run the acceptance tests. This PR will only perform build and linting. |
/run-acceptance-tests |
Please view the PR build - https://github.com/pulumi/pulumi-eks/actions/runs/1536000488 |
PR is now waiting for a maintainer to run the acceptance tests. This PR will only perform build and linting. |
/run-acceptance-tests |
Please view the PR build - https://github.com/pulumi/pulumi-eks/actions/runs/1536147206 |
Please view the PR build - https://github.com/pulumi/pulumi-eks/actions/runs/1536147206 |
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.
LGTM -- thanks for the PR!
…r node root volumes (#641) Co-authored-by: con5cience <con5cience@mailfence.com> Co-authored-by: Levi Blackstone <levi@pulumi.com>
Proposed changes
Modify the NodeJS SDK to support all EC2 LaunchConfiguration parameters for EKS cluster node root volumes. This will enable users to configure any currently supported EBS volume type to power their EKS cluster nodes.
Related issues (optional)
#597