From 71bbeafd9e6ba95b5ae951bcc11542dafe72c1bb Mon Sep 17 00:00:00 2001 From: Puru <5674762+tuladhar@users.noreply.github.com> Date: Fri, 26 Apr 2024 17:54:48 +0545 Subject: [PATCH] Fix typos (#2192) --- .../access-management/configure-dex-in-your-cluster/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/vintage/advanced/access-management/configure-dex-in-your-cluster/index.md b/src/content/vintage/advanced/access-management/configure-dex-in-your-cluster/index.md index 601d1ca77f..2e9cacf210 100644 --- a/src/content/vintage/advanced/access-management/configure-dex-in-your-cluster/index.md +++ b/src/content/vintage/advanced/access-management/configure-dex-in-your-cluster/index.md @@ -406,10 +406,10 @@ oidc: issuerAddress: https://dex.test.example.io ``` -__warning__: For workload cluster using [Cluster API `EKS`](https://github.com/giantswarm/cluster-eks) provider, you'll need to configure Athena to use an AWS-managed EKS API server endpoint. This API server endpoint is uniquely allocated to your EKS cluster and can be easily accessed through the AWS EKS console by navigating to the `Overview` tab and under the `Details` section from the EKS cluster information page. For example: +__Warning__: For workload cluster using [Cluster API `EKS`](https://github.com/giantswarm/cluster-eks) provider, you'll need to configure Athena to use an AWS-managed EKS API server endpoint. This API server endpoint is uniquely allocated to your EKS cluster and can be easily accessed through the AWS EKS console by navigating to the `Overview` tab and under the `Details` section from the EKS cluster information page. For example: ```yaml -kubernetes +kubernetes: api: address: https://6EAE2F2E28XUD92EXZF54DFEF7C37081D.gr7.eu-central-1.eks.amazonaws.com ```