Skip to content

Commit cb66f40

Browse files
Merge pull request #287561 from Mzamankhan/patch-7
Update connect-cluster-k3s.md
2 parents 93f3116 + b082b76 commit cb66f40

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/iot-operations/includes/connect-cluster-k3s.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,9 @@ ms.custom: include file, ignite-2023, devx-track-azurecli
6464
1. Add the following content to the `config.yaml` file, replacing the `<SERVICE_ACCOUNT_ISSUER>` placeholder with your cluster's issuer URL.
6565

6666
```yml
67-
kube-apiserver-arg: 'service-account-issuer=<SERVICE_ACCOUNT_ISSUER>'
67+
kube-apiserver-arg:
68+
- service-account-issuer=<SERVICE_ACCOUNT_ISSUER>
69+
- service-account-max-token-expiration=24h
6870
```
6971
7072
1. Save the file and exit the nano editor.

0 commit comments

Comments
 (0)