Hydrospheredata / hydro-serving

MLOps Platform
http://docs.hydrosphere.io
Apache License 2.0
271 stars 42 forks source link

Hydroserving documentation needs fixing - for port-forwarding #260

Closed ravimadhusudhan8 closed 5 years ago

ravimadhusudhan8 commented 5 years ago

You will have to edit the documentation - to follow this command pattern that I got from - kubectl cheat sheet

kubectl port-forward my-pod 5000:6000 # Listen on port 5000 on the local machine and forward to port 6000 on my-pod

kubectl-port-forwarding-ports-have-to-flipped

tidylobster commented 5 years ago

Thank you for pointing that out. I'll fix that.

ravimadhusudhan8 commented 5 years ago

@tidylobster You are welcome.