Skip to content
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

Resvise the way to launch nodegroup for AWS Outposts #215

Closed
wants to merge 1 commit into from

Conversation

0xlen
Copy link
Contributor

@0xlen 0xlen commented Oct 17, 2020

Issue #, if available:

The current steps in the documentation is using AWS CLI command to create EKS cluster, however, due to the EKS cluster was not created and managed by eksctl, the eksctl need to look up CloudFormation stack with specific tag/suffix to get cluster configuration(#L189-L209). In this case, eksctl might report error(no eksctl-managed CloudFormation stacks found for <...>) when trying to create nodegroup for that cluster out of its control, as below:

❯ ./eksctl create nodegroup --cluster myOutPostCluster --name myOutPostCluster-nodes --node-type c5.xlarge .... --region us-west-2
[ℹ]  eksctl version 0.30.0-rc.1
[ℹ]  using region us-west-2
[ℹ]  will use version 1.18 for new nodegroup(s) based on control plane version
Error: getting existing configuration for cluster "myOutPostCluster": no eksctl-managed CloudFormation stacks found for "myOutPostCluster"

Description of changes:

Change it to use CloudFormation template to launch self-managed nodegroup. But I don't have outpost environment, need to verify to see if this is correct.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

The eksctl may report error `no eksctl-managed CloudFormation stacks found for <...>`, change it to use CloudFormation template to launch self-managed nodegroup.

See: eksctl-io/eksctl#877
@0xlen 0xlen changed the title Resvise the way to launch nodegroup for outpost Resvise the way to launch nodegroup for AWS Outposts Oct 17, 2020
@jimdial-aws
Copy link
Contributor

I removed the procedural instructions from the Outposts topic. It now references the create cluster and self-managed nodes topics, which have been updated with the correction instructions for Outposts.

@0xlen 0xlen deleted the patch-4 branch March 24, 2023 17:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants