This project enables the deployment of Node-RED inside an OSCAR cluster, allowing users to interact with OSCAR and construct working flows, through defined Node-RED nodes and examples.
To use this functionality from an OSCAR cluster, you simply need to enter the Dashboard and then go to Flows
โ Deploy
.
You also can use the flows.yaml
and script.sh
, present in this repository and deploy it as an OSCAR service.
โ ๏ธ Warning
If you want to deploy the service usingflows.yaml
andscript.sh
, don't forget to change the admin password that is inflows.yaml
. ๐
The definitions in flows.yaml
and script.sh
are not compatible with OSCAR clusters version 3.5.3 or lower, as these versions do not support secrets.
To deploy the service on older versions, you need to change the admin password variable definition from environment secrets
to environment variables
.
Note: