Skip to content

Commit 2b94b4f

Browse files
authored
Remove sph flag (#143)
## Purpose Remove sph flag to avoid permissions error when simulator is deployed ## Does this introduce a breaking change? <!-- Mark one with an "x". --> ``` [ ] Yes [x] No ``` ## Pull Request Type What kind of change does this Pull Request introduce? <!-- Please check the one that applies to this PR using "x". --> ``` [ ] Bugfix [ ] Feature [ ] Code style update (formatting, local variables) [ ] Refactoring (no functional changes, no api changes) [x] Documentation content changes [ ] Other... Please describe: ```
1 parent d28120e commit 2b94b4f

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

samples/quickstarts/opc-plc-deployment.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,11 @@ spec:
1717
spec:
1818
containers:
1919
- name: opc-plc
20-
image: mcr.microsoft.com/iotedge/opc-plc:2.12.39
20+
image: mcr.microsoft.com/iotedge/opc-plc:latest
2121
args:
2222
- "--ph=opcplc-000000"
2323
- "--cdn=opcplc-000000"
2424
- "--ut"
25-
- "--sph"
2625
- "--sn=5"
2726
- "--sr=10"
2827
- "--fn=10"

samples/quickstarts/opc-plc-tutorial-deployment.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,12 @@ spec:
1717
spec:
1818
containers:
1919
- name: opc-plc
20-
image: mcr.microsoft.com/iotedge/opc-plc:2.12.39
20+
image: mcr.microsoft.com/iotedge/opc-plc:latest
2121
args:
2222
- "--plchostname=opcplc-000000"
2323
- "--portnum=50000"
2424
- "--certdnsnames=opcplc-000000"
2525
- "--unsecuretransport"
26-
- "--showpnjsonph"
2726
- "--slownodes=5"
2827
- "--slowrate=10"
2928
- "--fastnodes=10"

0 commit comments

Comments
 (0)