From 52c7d1b0aa58960bb01d89d487aedf83f028c156 Mon Sep 17 00:00:00 2001 From: yuliiiah Date: Wed, 13 Mar 2024 21:37:28 +0100 Subject: [PATCH] chore: Fix even more broken anchors --- .../integrations/kubernetes-generic.md | 28 ++++++++----------- docs/docs-content/integrations/kubernetes.md | 21 ++++++-------- 2 files changed, 21 insertions(+), 28 deletions(-) diff --git a/docs/docs-content/integrations/kubernetes-generic.md b/docs/docs-content/integrations/kubernetes-generic.md index ed6b2767fe..2e6358abd4 100644 --- a/docs/docs-content/integrations/kubernetes-generic.md +++ b/docs/docs-content/integrations/kubernetes-generic.md @@ -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). @@ -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. @@ -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). @@ -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. @@ -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). @@ -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. @@ -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). @@ -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. diff --git a/docs/docs-content/integrations/kubernetes.md b/docs/docs-content/integrations/kubernetes.md index 6ca0cea5c9..f1444ded1f 100644 --- a/docs/docs-content/integrations/kubernetes.md +++ b/docs/docs-content/integrations/kubernetes.md @@ -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). @@ -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. @@ -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). @@ -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. @@ -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). @@ -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.