continuous-deployment-on-kubernetes icon indicating copy to clipboard operation
continuous-deployment-on-kubernetes copied to clipboard

fix proxy URL

Open bramsi opened this issue 6 years ago • 0 comments

Following on Qwiklabs, got error on step

curl http://localhost:8001/api/v1/proxy/namespaces/new-feature/services/gceme-frontend:80/

change url to http://localhost:8001/api/v1/namespaces/new-feature/services/gceme-frontend:80/proxy/ fix it.

bramsi avatar Dec 22 '18 16:12 bramsi