GoogleCloudPlatform/continuous-deployment-on-kubernetes

"status": "Failure" after running the command "curl \ > http://localhost:8001/api/v1/namespaces/new-feature/services/gceme-frontend:80/proxy/version"

seanlubbers1 opened this issue · 2 comments

Getting "status": "Failure" after running the command "curl \

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

After creating the new-feature pipeline it is showing failed.

Here is the output:
{
"kind": "Status",
"apiVersion": "v1",
"metadata": {
},
"status": "Failure",
"message": "services "gceme-frontend" not found",
"reason": "NotFound",
"details": {
"name": "gceme-frontend",
"kind": "services"
},

I was not able to reproduce this. What was the rest of the build output?

This was from a while ago—I'll go ahead and close.