-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
stack troubleshooter should do a better job #491
Comments
Common examples:
So in the case of EIP, we see this:
We can look for I believe |
@mhausenblas would you be interested to have a go at addressing some of these cases, e.g. VPC limits and instance type cases? |
@errordeveloper I am not very clear what is the suggested improvement.
Are you suggesting that, eksctl should give more user-friendly (for those who does not know cloudformation etc) and more exact error message without going through |
@murali-reddy yes, exactly. So, for example, if we are not in verbose mode, and we have detected the following event:
We should just print something like this instead:
We can also suggest disabling NAT gateway (which is now possible), but let's start simple for now. As that will need to be a link to the docs that haven't landed yet. To begin with, I think we should cover the following:
Feel free to pick any one of these for the first PR :) |
I just noticed this:
So it's possible to hit some of these limits at the same time, I though you'd only get to know about whichever you hit first... Something to keep in mind, we certainly want to tell users about all limits they hit. |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
This issue was closed because it has been stalled for 5 days with no activity. |
…-rbac Improve csi-snapshotter ClusterRole
Based on what @kelseyhightower pointed out:
eksctl utils describe-stacks
, if they wish to do so)The text was updated successfully, but these errors were encountered: