...
Code Block |
---|
helm repo update |
Warning |
---|
please use this web link for latest version (https://github.com/SchwarzIT/node-red-chart) |
Code Block |
---|
helm pull node-red/node-red --version 0.2024.31 |
extract the files
Code Block |
---|
tar tar zxvf node-red-0.2024.31.tgz |
cd node-red
Code Block |
---|
cd cd node-red |
...
Code Block |
---|
kubectl -n node-red patch svc ef-node-red -p '{"spec": {"type": "NodePort"}}' |
To access the node-red from the browser
Code Block |
---|
http://<machine-ip>:<port> |
...