Skip to content

Commit b638fe3

Browse files
authored
Merge pull request #120209 from auyidi1/patch-6
Missing aio prefix
2 parents 6ca9e0e + 1abe95c commit b638fe3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/iot-operations/manage-layered-network/howto-deploy-aks-layered-network.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ These steps deploy Layered Network Management to the AKS cluster. The cluster is
5454
You should see an output that looks like the following example:
5555

5656
```Output
57-
NAME READY STATUS RESTARTS AGE
57+
NAME READY STATUS RESTARTS AGE
5858
aio-lnm-operator-7db49dc9fd-kjf5x 1/1 Running 0 78s
5959
```
6060

@@ -137,9 +137,9 @@ These steps deploy Layered Network Management to the AKS cluster. The cluster is
137137
The output should look like:
138138

139139
```Output
140-
NAME READY STATUS RESTARTS AGE
141-
aio-lnm-operator-7db49dc9fd-kjf5x 1/1 Running 0 78s
142-
lnm-level4-7598574bf-2lgss 1/1 Running 0 4s
140+
NAME READY STATUS RESTARTS AGE
141+
aio-lnm-operator-7db49dc9fd-kjf5x 1/1 Running 0 78s
142+
aio-lnm-level4-7598574bf-2lgss 1/1 Running 0 4s
143143
```
144144

145145
1. To view the service, run:
@@ -151,8 +151,8 @@ These steps deploy Layered Network Management to the AKS cluster. The cluster is
151151
The output should look like the following example:
152152

153153
```Output
154-
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
155-
lnm-level4 LoadBalancer 10.0.141.101 20.81.111.118 80:30960/TCP,443:31214/TCP 29s
154+
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
155+
aio-lnm-level4 LoadBalancer 10.0.141.101 20.81.111.118 80:30960/TCP,443:31214/TCP 29s
156156
```
157157
1. To view the config maps, run:
158158

0 commit comments

Comments
 (0)