mirror of
https://github.com/zalando-incubator/kube-metrics-adapter.git
synced 2024-12-31 14:24:07 +00:00
Added clarification of dummy-pod (#42)
Signed-off-by: Arjun Naik <arjun.rn@gmail.com>
This commit is contained in:
@ -192,11 +192,14 @@ spec:
|
||||
metricName: processed-events-per-second
|
||||
target:
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
name: event-service
|
||||
kind: Pod
|
||||
name: dummy-pod
|
||||
targetValue: 10 # this will be treated as targetAverageValue
|
||||
```
|
||||
|
||||
_Note:_ The HPA object requires an `Object` to be specified. However when a Prometheus metric is used there is no need
|
||||
for this object. But to satisfy the schema we specify a dummy pod called `dummy-pod`.
|
||||
|
||||
## Skipper collector
|
||||
|
||||
The skipper collector is a simple wrapper around the Prometheus collector to
|
||||
|
Reference in New Issue
Block a user