Skip to content

Commit

Permalink
chore: Fix even more broken anchors
Browse files Browse the repository at this point in the history
  • Loading branch information
yuliiiah committed Mar 13, 2024
1 parent f9ea712 commit 52c7d1b
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 28 deletions.
28 changes: 12 additions & 16 deletions docs/docs-content/integrations/kubernetes-generic.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,8 +180,7 @@ to a Kubernetes role that is available in the cluster. The Kubernetes role can b
#### Configure Custom OIDC

The custom method to configure OIDC and apply RBAC for an OIDC provider can be used for all cloud services except Amazon
Elastic Kubernetes Service (EKS) and
[Azure-AKS](../clusters/public-cloud/azure/aks.md#configure-an-azure-active-directory).
Elastic Kubernetes Service (EKS) and [Azure-AKS](../clusters/public-cloud/azure/aks.md).

<Tabs queryString="oidc-mode">

Expand All @@ -190,8 +189,8 @@ Elastic Kubernetes Service (EKS) and
Follow these steps to configure a third-party OIDC IDP. You can apply these steps to all the public cloud providers
except Azure AKS and Amazon EKS clusters. Azure AKS and Amazon EKS require different configurations. AKS requires you to
use Azure Active Directory (AAD) to enable OIDC integration. Refer to
[Azure-AKS](../clusters/public-cloud/azure/aks.md#configure-an-azure-active-directory) to learn more. Click the **Amazon
EKS** tab for steps to configure OIDC for EKS clusters.
[Enable OIDC in Kubernetes Clusters With Entra ID](../user-management/saml-sso/palette-sso-with-entra-id.md#enable-oidc-in-kubernetes-clusters-with-entra-id)
to learn more. Click the **Amazon EKS** tab for steps to configure OIDC for EKS clusters.

1. Add the following parameters to your Kubernetes YAML file when creating a cluster profile. Replace the
`identityProvider` value with your OIDC provider name.
Expand Down Expand Up @@ -413,8 +412,7 @@ to a Kubernetes role that is available in the cluster. The Kubernetes role can b
#### Configure Custom OIDC

The custom method to configure OIDC and apply RBAC for an OIDC provider can be used for all cloud services except Amazon
Elastic Kubernetes Service (EKS) and
[Azure-AKS](../clusters/public-cloud/azure/aks.md#configure-an-azure-active-directory).
Elastic Kubernetes Service (EKS) and [Azure-AKS](../clusters/public-cloud/azure/aks.md).

<Tabs queryString="oidc-mode">

Expand All @@ -423,8 +421,8 @@ Elastic Kubernetes Service (EKS) and
Follow these steps to configure a third-party OIDC IDP. You can apply these steps to all the public cloud providers
except Azure AKS and Amazon EKS clusters. Azure AKS and Amazon EKS require different configurations. AKS requires you to
use Azure Active Directory (AAD) to enable OIDC integration. Refer to
[Azure-AKS](../clusters/public-cloud/azure/aks.md#configure-an-azure-active-directory) to learn more. Click the **Amazon
EKS** tab for steps to configure OIDC for EKS clusters.
[Enable OIDC in Kubernetes Clusters With Entra ID](../user-management/saml-sso/palette-sso-with-entra-id.md#enable-oidc-in-kubernetes-clusters-with-entra-id)
to learn more. Click the **Amazon EKS** tab for steps to configure OIDC for EKS clusters.

1. Add the following parameters to your Kubernetes YAML file when creating a cluster profile. Replace the
`identityProvider` value with your OIDC provider name.
Expand Down Expand Up @@ -647,8 +645,7 @@ to a Kubernetes role that is available in the cluster. The Kubernetes role can b
#### Configure Custom OIDC

The custom method to configure OIDC and apply RBAC for an OIDC provider can be used for all cloud services except Amazon
Elastic Kubernetes Service (EKS) and
[Azure-AKS](../clusters/public-cloud/azure/aks.md#configure-an-azure-active-directory).
Elastic Kubernetes Service (EKS) and [Azure-AKS](../clusters/public-cloud/azure/aks.md).

<Tabs queryString="oidc-mode">

Expand All @@ -657,8 +654,8 @@ Elastic Kubernetes Service (EKS) and
Follow these steps to configure a third-party OIDC IDP. You can apply these steps to all the public cloud providers
except Azure AKS and Amazon EKS clusters. Azure AKS and Amazon EKS require different configurations. AKS requires you to
use Azure Active Directory (AAD) to enable OIDC integration. Refer to
[Azure-AKS](../clusters/public-cloud/azure/aks.md#configure-an-azure-active-directory) to learn more. Click the **Amazon
EKS** tab for steps to configure OIDC for EKS clusters.
[Enable OIDC in Kubernetes Clusters With Entra ID](../user-management/saml-sso/palette-sso-with-entra-id.md#enable-oidc-in-kubernetes-clusters-with-entra-id)
to learn more. Click the **Amazon EKS** tab for steps to configure OIDC for EKS clusters.

1. Add the following parameters to your Kubernetes YAML file when creating a cluster profile. Replace the
`identityProvider` value with your OIDC provider name.
Expand Down Expand Up @@ -878,8 +875,7 @@ to a Kubernetes role that is available in the cluster. The Kubernetes role can b
#### Configure Custom OIDC

The custom method to configure OIDC and apply RBAC for an OIDC provider can be used for all cloud services except Amazon
Elastic Kubernetes Service (EKS) and
[Azure-AKS](../clusters/public-cloud/azure/aks.md#configure-an-azure-active-directory).
Elastic Kubernetes Service (EKS) and [Azure-AKS](../clusters/public-cloud/azure/aks.md).

<Tabs queryString="oidc-mode">

Expand All @@ -888,8 +884,8 @@ Elastic Kubernetes Service (EKS) and
Follow these steps to configure a third-party OIDC IDP. You can apply these steps to all the public cloud providers
except Azure AKS and Amazon EKS clusters. Azure AKS and Amazon EKS require different configurations. AKS requires you to
use Azure Active Directory (AAD) to enable OIDC integration. Refer to
[Azure-AKS](../clusters/public-cloud/azure/aks.md#configure-an-azure-active-directory) to learn more. Click the **Amazon
EKS** tab for steps to configure OIDC for EKS clusters.
[Enable OIDC in Kubernetes Clusters With Entra ID](../user-management/saml-sso/palette-sso-with-entra-id.md#enable-oidc-in-kubernetes-clusters-with-entra-id)
to learn more. Click the **Amazon EKS** tab for steps to configure OIDC for EKS clusters.

1. Add the following parameters to your Kubernetes YAML file when creating a cluster profile. Replace the
`identityProvider` value with your OIDC provider name.
Expand Down
21 changes: 9 additions & 12 deletions docs/docs-content/integrations/kubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -692,8 +692,7 @@ virtual clusters. For guidance, refer to
### Configure Custom OIDC

The custom method to configure OIDC and apply RBAC for an OIDC provider can be used for all cloud services except Amazon
Elastic Kubernetes Service (EKS) and
[Azure-AKS](../clusters/public-cloud/azure/aks.md#configure-an-azure-active-directory).
Elastic Kubernetes Service (EKS) and [Azure-AKS](../clusters/public-cloud/azure/aks.md).

<Tabs>

Expand All @@ -702,8 +701,8 @@ Elastic Kubernetes Service (EKS) and
Follow these steps to configure a third-party OIDC IDP. You can apply these steps to all the public cloud providers
except Azure AKS and Amazon EKS clusters. Azure AKS and Amazon EKS require different configurations. AKS requires you to
use Azure Active Directory (AAD) to enable OIDC integration. Refer to
[Azure-AKS](../clusters/public-cloud/azure/aks.md#configure-an-azure-active-directory) to learn more. Click the **Amazon
EKS** tab for steps to configure OIDC for EKS clusters.
[Enable OIDC in Kubernetes Clusters With Entra ID](../user-management/saml-sso/palette-sso-with-entra-id.md#enable-oidc-in-kubernetes-clusters-with-entra-id)
to learn more. Click the **Amazon EKS** tab for steps to configure OIDC for EKS clusters.

1. Add the following parameters to your Kubernetes YAML file when creating a cluster profile.

Expand Down Expand Up @@ -1035,8 +1034,7 @@ for virtual clusters. For guidance, refer to
### Configure Custom OIDC

The custom method to configure OIDC and apply RBAC for an OIDC provider can be used for all cloud services except Amazon
Elastic Kubernetes Service (EKS) and
[Azure-AKS](../clusters/public-cloud/azure/aks.md#configure-an-azure-active-directory).
Elastic Kubernetes Service (EKS) and [Azure-AKS](../clusters/public-cloud/azure/aks.md).

<Tabs>

Expand All @@ -1045,8 +1043,8 @@ Elastic Kubernetes Service (EKS) and
Follow these steps to configure a third-party OIDC IDP. You can apply these steps to all the public cloud providers
except Azure AKS and Amazon EKS clusters. Azure AKS and Amazon EKS require different configurations. AKS requires you to
use Azure Active Directory (AAD) to enable OIDC integration. Refer to
[Azure-AKS](../clusters/public-cloud/azure/aks.md#configure-an-azure-active-directory) to learn more. Click the **Amazon
EKS** tab for steps to configure OIDC for EKS clusters.
[Enable OIDC in Kubernetes Clusters With Entra ID](../user-management/saml-sso/palette-sso-with-entra-id.md#enable-oidc-in-kubernetes-clusters-with-entra-id)
to learn more. Click the **Amazon EKS** tab for steps to configure OIDC for EKS clusters.

1. Add the following parameters to your Kubernetes YAML file when creating a cluster profile.

Expand Down Expand Up @@ -1375,8 +1373,7 @@ for virtual clusters. For guidance, refer to
### Configure Custom OIDC

The custom method to configure OIDC and apply RBAC for an OIDC provider can be used for all cloud services except Amazon
Elastic Kubernetes Service (EKS) and
[Azure-AKS](../clusters/public-cloud/azure/aks.md#configure-an-azure-active-directory).
Elastic Kubernetes Service (EKS) and [Azure-AKS](../clusters/public-cloud/azure/aks.md).

<Tabs>

Expand All @@ -1385,8 +1382,8 @@ Elastic Kubernetes Service (EKS) and
Follow these steps to configure a third-party OIDC IDP. You can apply these steps to all the public cloud providers
except Azure AKS and Amazon EKS clusters. Azure AKS and Amazon EKS require different configurations. AKS requires you to
use Azure Active Directory (AAD) to enable OIDC integration. Refer to
[Azure-AKS](../clusters/public-cloud/azure/aks.md#configure-an-azure-active-directory) to learn more. Click the **Amazon
EKS** tab for steps to configure OIDC for EKS clusters.
[Enable OIDC in Kubernetes Clusters With Entra ID](../user-management/saml-sso/palette-sso-with-entra-id.md#enable-oidc-in-kubernetes-clusters-with-entra-id)
to learn more. Click the **Amazon EKS** tab for steps to configure OIDC for EKS clusters.

1. Add the following parameters to your Kubernetes YAML file when creating a cluster profile.

Expand Down

0 comments on commit 52c7d1b

Please sign in to comment.