cloudposse / cloudposse/terraform-aws-eks-workers
Full end-to-end example
- Dominant language
- HCL
- Stars
- 92
- Forks
- 78
- PR merge metrics
- No merged PRs in 30d
Description
Have a question? Please checkout our [Slack Community](https://slack.cloudposse.com) or visit our [Slack Archive](https://archive.sweetops.com/).
[](https://slack.cloudposse.com)
## Describe the Feature
Would like the ability to look at a working end-to-end example, so that I can start from a baseline of something that works as I build.
## Expected Behavior
I expected that the examples in the "examples/complete" folder would include creation of an EKS cluster as well as worker nodes using this module. In actuality it creates a VPC, subnets, and the worker nodes, but no cluster.
I'm currently struggling to get this module working in my environment, and don't have a working example to refer to.
## Use Case
I'm trying to stand up an eks cluster using the cloudposse module, with workers using this module. I can't use the managed node group module since I need to configure the worker nodes as dedicated tenancy.
I'm currently struggling to get it working. The cluster comes up fine, and the instances start fine, but they never show up as nodes in the cluster (e.g. `kubectl get nodes` returns nothing)
## Describe Ideal Solution
A working example exists that I can use as a working baseline to build from
## Alternatives Considered
Continue troubleshooting my setup without being able to refer to a working example
Contributor guide
Assessment
This issue has not been assessed yet.