Closed santosh-at-github closed 3 years ago
Hey @santosh07bec thanks for this request, we will look into how eksctl can best support this. 👍
@Callisto13 I'm the AWS ProServe Global lead for Outposts, with fulltime access to an Outpost that I can use for testing. The changes which are needed is when creating a subnet, need to supply the OutpostArn attribute to the CreateSubnet API. And when calling RunInstances, CreateVolumes, or LaunchTemplates APIs, need to specify gp2 ebs volumes types (or let it default, just don't specify gp3 (as it does now), which is not available on Outposts). If have any questions, feel free to use me as your Outpost expert. And I'm willing to do testing for this feature.
It would also be nice to support a command line parameter of the equivalent of the config file attribute nodeGroup:volumeType for people looking to automate without having to generate a config file.
Alternatively for testing, if you want to do it yourself, I can help you get access to the Outpost Test Lab on a 1 scheduled week at a time basis.
Thanks @FireballDWF your help would be great 😀 .
We have a product meeting today and I will put this on the agenda.
It would also be nice to support a command line parameter of the equivalent of the config file attribute nodeGroup:volumeType
This should already exist on create cluster/nodegroup
commands as --node-volume-type
.
Ok, I see --node-volume-type now was actually in the --help output, my mind had just skipped over it. Thank you.
I don't see a option to specify pre-existing subnets like a nodegroup equivalent of the create clusters --vpc-private-subnets so does that already exist? Or is it on your roadmap/todo list, or should I submit an issue to request it?
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.
I do not see any support for Outpost in eksctl yet. Can this issue be re-opened to add Outpost capabilities in eksctl?
AWS Supports creating EKS Worker nodes on AWS Outpost, however eksctl doesn't support that yet. I think it will be good to add this capability into eksctl.