How can i forward port to public IP in kubectl
Am trying this one
kubectl port-forward --namespace default --address 54.70.53.108 pod/my-release-spark-worker-1 5761:8080
error
Unable to listen on port 5761: Listeners failed to create with the following errors: [unable to create listener: Error listen tcp4 54.70.53.108:5761: bind:
The requested address is not valid in its context.]
error: unable to listen on any of the requested ports: [{5761 8080}]