...
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> |
...
...
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> |
...