From fa713ab643a93fe9e9408eb6998452ba194ce2ae Mon Sep 17 00:00:00 2001 From: Aleksei Sizov <45825279+a13x5@users.noreply.github.com> Date: Tue, 17 Dec 2024 15:10:15 -0500 Subject: [PATCH] Fix EKS templates links (#62) --- docs/clustertemplates/aws/template-parameters.md | 7 ++++++- docs/quick-start/aws.md | 2 +- mkdocs.yml | 5 +---- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/docs/clustertemplates/aws/template-parameters.md b/docs/clustertemplates/aws/template-parameters.md index 6169873..48803b9 100644 --- a/docs/clustertemplates/aws/template-parameters.md +++ b/docs/clustertemplates/aws/template-parameters.md @@ -75,7 +75,12 @@ spec: ## EKS templates -EKS templates use the parameters similar to AWS and resulting EKS `ManagedCluster` can look like this: +> WARNING: +> When deploying EKS cluster please note that +> [additional steps](vpc-removal.md) may be needed for proper VPC removal. + +EKS templates use the parameters similar to AWS and resulting EKS +`ManagedCluster` can look like this: ```yaml apiVersion: hmc.mirantis.com/v1alpha1 diff --git a/docs/quick-start/aws.md b/docs/quick-start/aws.md index 7ab5262..84056e3 100644 --- a/docs/quick-start/aws.md +++ b/docs/quick-start/aws.md @@ -17,7 +17,7 @@ by following the [AWS clusterawsadm installation instructions](https://github.co ## EKS Deployment -- Additional EKS steps and verifications are described in [EKS clusters](../eks/main.md). +- Additional EKS steps and verifications are described in [EKS clusters](../clustertemplates/aws/template-parameters.md#eks-templates). ### Configure AWS IAM diff --git a/mkdocs.yml b/mkdocs.yml index 57e2102..0a64904 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -84,7 +84,7 @@ nav: - Overview: template/main.md - BYO Templates: template/byo-templates.md - ClusterTemplates: - - AWS: + - AWS & EKS: - Template Parameters: clustertemplates/aws/template-parameters.md - Hosted Control Plane: clustertemplates/aws/hosted-control-plane.md - Azure: @@ -93,9 +93,6 @@ nav: - vSphere: - Template Parameters: clustertemplates/vsphere/template-parameters.md - Hosted Control Plane: clustertemplates/vsphere/hosted-control-plane.md - - EKS: - - Template Parameters: clustertemplates/aws/template-parameters.md#eks-templates - - Troubleshooting: clustertemplates/aws/vpc-removal.md - Credentials: - Overview: credential/main.md - RBAC: