Merge pull request #9233 from lavalamp/no-ro-nonbreaking

Allow kubectl proxy to proxy everything
This commit is contained in:
Quinton Hoole
2015-06-04 16:22:07 -07:00
6 changed files with 133 additions and 17 deletions

View File

@@ -73,9 +73,9 @@
},
{
"name": "kubectl",
"image": "gcr.io/google_containers/kubectl:v0.18.0-120-gaeb4ac55ad12b1-dirty",
"image": "gcr.io/google_containers/kubectl:v0.18.0-350-gfb3305edcf6c1a",
"args": [
"proxy", "-p", "8001"
"proxy", "-p", "8001", "--api-prefix=/"
]
}
],