Skip to content

Commit 1c37dca

Browse files
bindsidominicbetts
authored andcommitted
Update known-issues.md
added cluster extension update to configure opcPlcSimulation.autoAcceptUntrustedCertificates
1 parent 9d3add7 commit 1c37dca

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

articles/iot-operations/troubleshoot/known-issues.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,21 @@ kubectl patch AssetEndpointProfile $ENDPOINT_NAME \
8383
done
8484
```
8585
86+
Update the opc-ua-broker cluster extension as well by running:
87+
88+
```bash
89+
az k8s-extension update \
90+
--version 0.3.0-preview \
91+
--name opc-ua-broker \
92+
--release-train preview \
93+
--cluster-name <cluster-name> \
94+
--resource-group <azure-resource-group> \
95+
--cluster-type connectedClusters \
96+
--auto-upgrade-minor-version false \
97+
--config opcPlcSimulation.deploy=true \
98+
--config opcPlcSimulation.autoAcceptUntrustedCertificates=true
99+
```
100+
86101
> [!WARNING]
87102
> Don't use untrusted certificates in production environments.
88103

0 commit comments

Comments
 (0)