Skip to content

Commit cb7fd17

Browse files
Merge pull request #232765 from CocoWang-wql/patch-31
Update use-oidc-issuer.md
2 parents 814ea5a + c8cba7a commit cb7fd17

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

articles/aks/use-oidc-issuer.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Create an OpenID Connect provider for your Azure Kubernetes Service (AKS) cluster
33
description: Learn how to configure the OpenID Connect (OIDC) provider for a cluster in Azure Kubernetes Service (AKS)
44
ms.topic: article
5-
ms.date: 02/21/2023
5+
ms.date: 03/30/2023
66
---
77

88
# Create an OpenID Connect provider on Azure Kubernetes Service (AKS)
@@ -16,6 +16,9 @@ AKS rotates the key automatically and periodically. If you don't want to wait, y
1616
1717
In this article, you learn how to create, update, and manage the OIDC Issuer for your cluster.
1818

19+
> [!Important]
20+
> After enabling OIDC issuer on the cluster, it's not supported to disable it.
21+
1922
## Prerequisites
2023

2124
* The Azure CLI version 2.42.0 or higher. Run `az --version` to find your version. If you need to install or upgrade, see [Install Azure CLI][azure-cli-install].
@@ -72,4 +75,4 @@ az aks oidc-issuer rotate-signing-keys -n myAKSCluster -g myResourceGroup
7275
[az-aks-show]: /cli/azure/aks#az-aks-show
7376
[az-aks-oidc-issuer]: /cli/azure/aks/oidc-issuer
7477
[azure-ad-workload-identity-overview]: workload-identity-overview.md
75-
[secure-pod-network-traffic]: use-network-policies.md
78+
[secure-pod-network-traffic]: use-network-policies.md

0 commit comments

Comments
 (0)