Skip to content

Commit bd09f25

Browse files
authored
Format the example by adding a breaking line
1 parent 9f5de1f commit bd09f25

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/aks/configure-kubenet.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,8 @@ For more information to help you decide which network model to use, see [Compare
157157
> --resource-group myResourceGroup \
158158
> --name myAKSCluster \
159159
> --node-count 3 \
160-
> --network-plugin kubenet --network-policy calico \
160+
> --network-plugin kubenet \
161+
> --network-policy calico \
161162
> --vnet-subnet-id $SUBNET_ID
162163
> ```
163164

0 commit comments

Comments
 (0)