Commit 6695d16c authored by Daniel Smith's avatar Daniel Smith

fix prometheus usage of kubectl proxy

parent 1bab36f7
......@@ -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=/"
]
}
],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment