Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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>

...