Added clarification of dummy-pod (#42)

Signed-off-by: Arjun Naik <arjun.rn@gmail.com>
This commit is contained in:
Arjun
2019-03-25 16:15:54 +01:00
committed by GitHub
parent 478c97d5cb
commit 04b212175e

View File

@ -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