-
Notifications
You must be signed in to change notification settings - Fork 289
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
Modify the incorrect command for generating a config file #7770
Conversation
Hi @a2ush. Thanks for your PR. I'm waiting for a aws member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/ok-to-test |
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 this, @a2ush !
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jacobweinstock The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #7770 +/- ##
==========================================
+ Coverage 73.48% 73.61% +0.12%
==========================================
Files 579 588 +9
Lines 36357 37169 +812
==========================================
+ Hits 26718 27362 +644
- Misses 7875 8015 +140
- Partials 1764 1792 +28 ☔ View full report in Codecov by Sentry. |
/cherrypick release-0.19 |
@abhay-krishna: once the present PR merges, I will cherry-pick it on top of release-0.19 in a new PR and assign it to you. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
@abhay-krishna: new pull request created: #7773 In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Issue:
For generating a config file, you need to use
eksctl anywhere "generate" clusterconfig
command.eksctl anywhere "create" clusterconfig
command does not work.Description of changes:
Change the incorrect command
eksctl anywhere create clusterconfig
toeksctl anywhere generate clusterconfig
.Testing (if applicable):
Documentation added/planned (if applicable):
Modified
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.