Skip to content

Commit 453b31b

Browse files
authored
Update use-oidc-issuer.md
1 parent ceb8bc6 commit 453b31b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/aks/use-oidc-issuer.md

Lines changed: 2 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: 03/30/2023
5+
ms.date: 04/04/2023
66
---
77

88
# Create an OpenID Connect provider on Azure Kubernetes Service (AKS)
@@ -12,7 +12,7 @@ ms.date: 03/30/2023
1212
AKS rotates the key automatically and periodically. If you don't want to wait, you can rotate the key manually and immediately. The maximum lifetime of the token issued by the OIDC provider is one day.
1313

1414
> [!WARNING]
15-
> Enable or disable OIDC Issuer changes the current service account token issuer to a new value, which can cause down time and restarts the API server. If your application pods using a service token remain in a failed state after you enable or disable the OIDC Issuer, we recommend you manually restart the pods.
15+
> Enable OIDC Issuer on existing cluster changes the current service account token issuer to a new value, which can cause down time and restarts the API server. If your application pods using a service token remain in a failed state after you enable the OIDC Issuer, we recommend you manually restart the pods.
1616
1717
In this article, you learn how to create, update, and manage the OIDC Issuer for your cluster.
1818

0 commit comments

Comments
 (0)