mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 07:20:13 +00:00
fix prometheus usage of kubectl proxy
This commit is contained in:
parent
1bab36f772
commit
6695d16cb7
@ -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=/"
|
||||
]
|
||||
}
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user