Skip to content

Commit 64df8bd

Browse files
authored
Update cluster-configuration.md
1 parent 8ca1566 commit 64df8bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/aks/cluster-configuration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,12 +195,12 @@ az aks update -n aks -g myResourceGroup --disable-node-restriction
195195
This enables an OIDC Issuer URL of the provider which allows the API server to discover public signing keys.
196196

197197
> [!WARNING]
198-
> 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 the application pods using a service token remain in a failed state after you enable or disable the OIDC Issuer, it's recommended to manually restart the pods.
198+
> 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 the 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.
199199
200200
### Prerequisites
201201

202202
* 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].
203-
* AKS version 1.22 and higher. If your cluster is running version 1.21 and the OIDC Issuer preview is enabled, it's recommended to upgrade the cluster to the minimum required version supported.
203+
* AKS version 1.22 and higher. If your cluster is running version 1.21 and the OIDC Issuer preview is enabled, we recommend you upgrade the cluster to the minimum required version supported.
204204

205205
### Create an AKS cluster with OIDC Issuer
206206

0 commit comments

Comments
 (0)