You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello dnyanesh-github 👋 Thank you for opening an issue in eksctl project. The team will review the issue and aim to respond within 1-5 business days. Meanwhile, please read about the Contribution and Code of Conduct guidelines here. You can find out more information about eksctl on our website
If "eksctl" creates a json of the resources it created, then those can be leveraged for the subsequent pipeline stages for automation. For example, I wanted to filter out the private subnets eksctl created in the VPC, I had to explicitely search for them and write additional code to filter them out, however, if only I had the json, I could just use them right away. This information is so very cruicial for non EKS services like RDS or Elasticache deployment, because you want them deployed in your VPC with a subnet group created on a private subnet.
What feature/behavior/change do you want?
Why do you want this feature?
The text was updated successfully, but these errors were encountered: