continuous-deployment-on-kubernetes
continuous-deployment-on-kubernetes copied to clipboard
fix proxy URL
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.