mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-04 18:00:08 +00:00
fix prometheus usage of kubectl proxy
This commit is contained in:
parent
1bab36f772
commit
6695d16cb7
@ -73,9 +73,9 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "kubectl",
|
"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": [
|
"args": [
|
||||||
"proxy", "-p", "8001"
|
"proxy", "-p", "8001", "--api-prefix=/"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user