Skip to content

Commit dc5dfcc

Browse files
committed
Update node requirements
Signed-off-by: Ian Maddaus <[email protected]>
1 parent adf2269 commit dc5dfcc

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

content/360/saas/get_started/system_requirements.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,14 @@ Nodes connected to with WinRM have the following requirements:
6565
winrm set winrm/config/service/Auth '@{Basic="true"}'
6666
winrm set winrm/config/service '@{AllowUnencrypted="true"}'
6767
netsh advfirewall firewall add rule name="WinRM-HTTP" dir=in localport=5985 protocol=TCP action=allow
68+
netsh advfirewall firewall add rule name="WinRM-HTTPS" dir=in localport=5986 protocol=TCP action=allow
6869
```
70+
71+
### Skill requirements
72+
73+
Chef 360 Platform skills are supported on the following platforms.
74+
75+
| OS | Architecture | Version |
76+
| ------- | ------------ | ----------------------------- |
77+
| Linux | x86_64 | Kernel 2.6.32 or later |
78+
| Windows | x86_64 | Windows Server 2019 and later |

0 commit comments

Comments
 (0)