We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d3add7 commit 1c37dcaCopy full SHA for 1c37dca
articles/iot-operations/troubleshoot/known-issues.md
@@ -83,6 +83,21 @@ kubectl patch AssetEndpointProfile $ENDPOINT_NAME \
83
done
84
```
85
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
101
> [!WARNING]
102
> Don't use untrusted certificates in production environments.
103
0 commit comments