-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
chore: Update examples to use terraform-aws-eks
module where possible
#1428
Conversation
any examples that have moved (raised to root of |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
emr-eks-fargate example can be removed as well from this repo. I have raised a PR to move this pattern to Data on EKS.
As part of v5 migration, aws-ia#1428 removes "Node Groups" page, but forgot to remove the page button. This commit removes the "Node Groups" button in the documentation page.
As part of v5 migration, aws-ia#1428 removes "Node Groups" page. As a result, new users likely lost what to do when configuring a cluster. We at least need to mention that we use `terraform-aws-modules/eks/aws` to avoid confusion.
…le (aws-ia#1428) Co-authored-by: Zvikan <zvi8875@gmail.com>
What does this PR do?
terraform-aws-eks
module where possibleai-ml/ray
analytics/emr-eks-fsx-lustre
analytics/emr-on-eks
complete-kubernetes-addons
crossplane
(empty)eks-cluster-with-external-dns
(blue/green upgrade shows external-dns)eks-cluster-with-new-vpc
grafana-loki
secrets-management/csi-secrets-driver
Motivation
More
pre-commit run -a
with this PRNote: Not all the PRs require a new example and/or doc page. In general:
docs/add-ons/*
is required for new a new addonFor Moderators
Additional Notes