PPawlowski
PPawlowski
```Lots of our customers use Windows, often say they can't use "Linux"``` If they can't use a Linux distro, is an approach with [docker-ce via WSL](https://flowfuse.com/docs/install/docker/windows-docker-ce/) possible for them? Same...
Windows OS configuration to run FlowFuse platform using Docker: Installation prerequisites: * fresh WIndows Server 2022 installation Installation timeline: * WSL2 install: 48s * Server reboot: ~3m * Ubuntu installation:...
> Probably related to the secrutiyContext That is correct, `ping` command requires `NET_RAW` capability and `allowPrivilegeEscalation` security context set to `true`.
Since I am not a fan of setting `allowPrivilegeEscalation` to `true`, I found another solution for this particular problem. Allowing specific groups to send ICMP packets seems to be a...
Kubernetes driver allows to modify pod security context via options so no code change is needed. I will test the `sysctl` approach on pre-staging environment.
> Kubernetes driver allows to modify pod security context via options so no code change is needed. I will test the `sysctl` approach on pre-staging environment. I can confirm that...
Proper pod configuration has been applied to the production environment. From now on, each **new** Node-RED pod can use `ping`.
FlowFuse platform installation timeline using docker-compose approach: Installation prerequisites: * docker and docker-compose present * domain configured to point to the testing server using an external DNS provider Installation timeline:...
Additionally, IMO whole installation documentation should be kept in the how-to approach with copy-and-paste commands instead of giving general instructions. Example: `edit this file, replace example.com with your domain` instruction...
FlowFuse platform installation timeline using docker-compose approach. **Important note**: between the previous and this evaluation, the installation process has been simplified. Due to this fact, approaches cannot be compared 1:1...