Skip to content

Commit c35f2c3

Browse files
Merge pull request #216136 from CocoWang-wql/patch-19
Update protect-azure-kubernetes-service.md
2 parents a50caa2 + 4f678d5 commit c35f2c3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

articles/firewall/protect-azure-kubernetes-service.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: vhorne
55
ms.service: firewall
66
services: firewall
77
ms.topic: how-to
8-
ms.date: 10/26/2022
8+
ms.date: 10/27/2022
99
ms.author: victorh
1010
---
1111

@@ -232,7 +232,8 @@ az aks create -g $RG -n $AKSNAME -l $LOC \
232232
```
233233

234234
> [!NOTE]
235-
> To create and use your own VNet and route table with `kubelet` network plugin, you need to use [user-assigned control plane identity][bring-your-own-control-plane-managed-identity]. For system-assigned control plane identity, we cannot get the identity ID before creating cluster, which causes delay for role assignment to take effect.
235+
> To create and use your own VNet and route table with `kubenet` network plugin, you need to use [user-assigned control plane identity][bring-your-own-control-plane-managed-identity]. For system-assigned control plane identity, we cannot get the identity ID before creating cluster, which causes delay for role assignment to take effect.
236+
>
236237
> To create and use your own VNet and route table with `azure` network plugin, both system-assigned and user-assigned managed identities are supported.
237238
238239
### Enable developer access to the API server

0 commit comments

Comments
 (0)