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

Implement EKS as separate description #180

Merged
merged 9 commits into from
Dec 11, 2024
Merged

Conversation

vradicevicds
Copy link
Contributor

This PR introduces eks module, modules/eks. By using this branch, user is able to deploy "nodeless" EKS.
Simphera instance, node groups, logging, patch manager, eks addons and efs storage class are disabled to simplify implementation of this feature.

Terraform v1.9.4
on windows_amd64

  • provider registry.terraform.io/gavinbunney/kubectl v1.14.0
  • provider registry.terraform.io/hashicorp/aws v5.78.0
  • provider registry.terraform.io/hashicorp/helm v2.16.1
  • provider registry.terraform.io/hashicorp/http v3.4.5
  • provider registry.terraform.io/hashicorp/kubernetes v2.34.0
  • provider registry.terraform.io/hashicorp/random v3.6.3
  • provider registry.terraform.io/hashicorp/tls v4.0.6

@vradicevicds vradicevicds changed the title Implement EKS as seperate description Implement EKS as separate description Nov 27, 2024
versions.tf Outdated Show resolved Hide resolved
versions.tf Outdated Show resolved Hide resolved
versions.tf Outdated Show resolved Hide resolved
RESOURCES Outdated Show resolved Hide resolved
k8s.tf Outdated Show resolved Hide resolved
locals.tf Outdated Show resolved Hide resolved
modules/eks/iam.tf Outdated Show resolved Hide resolved
modules/eks/cluster.tf Outdated Show resolved Hide resolved
modules/eks/locals.tf Outdated Show resolved Hide resolved
modules/eks/iam.tf Outdated Show resolved Hide resolved
modules/eks/security_groups.tf Outdated Show resolved Hide resolved
simphera-instances.tf Outdated Show resolved Hide resolved
patch-manager.tf Outdated Show resolved Hide resolved
logging.tf Outdated Show resolved Hide resolved
modules/eks/cluster-auth.tf Outdated Show resolved Hide resolved
versions.tf Outdated Show resolved Hide resolved
@@ -0,0 +1,12 @@

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove empty lines from start of this file.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed. Missing descriptions added for the output variables.

@mariogluhakovic mariogluhakovic merged commit 80f874b into feature/eks Dec 11, 2024
1 check failed
@mariogluhakovic mariogluhakovic deleted the eks/cluster branch December 11, 2024 10:27
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.

3 participants