mirror of
https://github.com/kubernetes-sigs/prometheus-adapter.git
synced 2026-04-05 17:27:51 +00:00
Fix up the walkthrough
This fixes up a couple of typos in the walkthrough and updates it to mention config and the Prometheus Operator. It probably eventually needs to be further modified with more specific instructions about the Prometheus Operator.
This commit is contained in:
parent
0fa468ac87
commit
fb8a0c50b3
4 changed files with 85 additions and 297 deletions
|
|
@ -19,7 +19,7 @@ spec:
|
|||
serviceAccountName: custom-metrics-apiserver
|
||||
containers:
|
||||
- name: custom-metrics-apiserver
|
||||
image: directxman12/k8s-prometheus-adapter
|
||||
image: directxman12/k8s-prometheus-adapter-amd64
|
||||
args:
|
||||
- /adapter
|
||||
- --secure-port=6443
|
||||
|
|
@ -27,7 +27,7 @@ spec:
|
|||
- --tls-private-key-file=/var/run/serving-cert/serving.key
|
||||
- --logtostderr=true
|
||||
- --prometheus-url=http://prometheus.prom.svc:9090/
|
||||
- --metrics-relist-interval=30s
|
||||
- --metrics-relist-interval=1m
|
||||
- --v=10
|
||||
- --config=/default-config.yaml
|
||||
ports:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue