Skip to content

Commit

Permalink
Fix EKS templates links (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
a13x5 authored Dec 17, 2024
1 parent 1180d28 commit fa713ab
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
7 changes: 6 additions & 1 deletion docs/clustertemplates/aws/template-parameters.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/quick-start/aws.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
5 changes: 1 addition & 4 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit fa713ab

Please sign in to comment.