File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
articles/iot-operations/get-started Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -235,8 +235,7 @@ kubectl get pods -n azure-iot-operations | Select-String -Pattern "akri"
235
235
236
236
The output from the previous command looks like the following example:
237
237
238
- ``` console
239
- akri-opcua-asset-discovery-daemonset-h47zk 1/1 Running 3 (4h15m ago) 2d23h
238
+ ``` output
240
239
aio-akri-otel-collector-5c775f745b-g97qv 1/1 Running 3 (4h15m ago) 2d23h
241
240
aio-akri-agent-daemonset-mp6v7 1/1 Running 3 (4h15m ago) 2d23h
242
241
```
@@ -261,16 +260,16 @@ It might take a few minutes for the instance to show up.
261
260
262
261
The output from the previous command looks like the following example.
263
262
264
- ``` console
265
- NAMESPACE NAME CONFIG SHARED NODES AGE
266
- azure-iot-operations akri-opcua-asset-dbdef0 akri-opcua-asset true ["dom-aio-vm "] 35m
263
+ ``` output
264
+ NAME CONFIG SHARED NODES AGE
265
+ akri-opcua-asset-dbdef0 akri-opcua-asset true ["k3d-k3s-default-server-0 "] 45s
267
266
```
268
267
269
268
Now you can use these resources in the local cluster namespace.
270
269
271
270
To confirm that Akri connected to the OPC UA Broker, copy and paste the name of the Akri instance from the previous step into the following command:
272
271
273
- ``` bash
272
+ ``` console
274
273
kubectl get akrii <AKRI_INSTANCE_NAME> -n azure-iot-operations -o json
275
274
```
276
275
You can’t perform that action at this time.
0 commit comments