59 lines
1.9 KiB
YAML
59 lines
1.9 KiB
YAML
---
|
|
apiVersion: vinyl.solidite.fr/v1beta1
|
|
kind: Component
|
|
category: monitor
|
|
metadata:
|
|
name: kube-state-metrics
|
|
description: kube-state-metrics is about generating metrics from Kubernetes API objects without modification. This ensures that features provided by kube-state-metrics have the same grade of stability as the Kubernetes API objects themselves. In turn, this means that kube-state-metrics in certain situations may not show the exact same values as kubectl, as kubectl applies certain heuristics to display comprehensible messages. kube-state-metrics exposes raw data unmodified from the Kubernetes API, this way users have all the data they require and perform heuristics as they see fit.
|
|
options:
|
|
images:
|
|
default:
|
|
kube-state-metrics:
|
|
pull_policy: IfNotPresent
|
|
registry: registry.k8s.io
|
|
repository: kube-state-metrics/kube-state-metrics
|
|
tag: v2.10.1
|
|
examples:
|
|
- kube-state-metrics:
|
|
pull_policy: IfNotPresent
|
|
registry: registry.k8s.io
|
|
repository: kube-state-metrics/kube-state-metrics
|
|
tag: v2.10.1
|
|
properties:
|
|
kube-state-metrics:
|
|
default:
|
|
pull_policy: IfNotPresent
|
|
registry: registry.k8s.io
|
|
repository: kube-state-metrics/kube-state-metrics
|
|
tag: v2.10.1
|
|
properties:
|
|
pull_policy:
|
|
default: IfNotPresent
|
|
enum:
|
|
- Always
|
|
- Never
|
|
- IfNotPresent
|
|
type: string
|
|
registry:
|
|
default: registry.k8s.io
|
|
type: string
|
|
repository:
|
|
default: kube-state-metrics/kube-state-metrics
|
|
type: string
|
|
tag:
|
|
default: v2.10.1
|
|
type: string
|
|
type: object
|
|
type: object
|
|
dependencies: []
|
|
providers:
|
|
kubernetes: true
|
|
authentik: null
|
|
kubectl: true
|
|
postgresql: null
|
|
mysql: null
|
|
restapi: null
|
|
http: null
|
|
gitea: null
|
|
tfaddtype: null
|