Prometheus-Kube-State-Metrics¶
There are various customizations you can do to tailor the deployment of OpenStack Prometheus-Kube-State-Metrics. You can find those below.
General Parameters¶
dependencies.dynamic.common.local_image_registry.jobs[0]
Type: string
Description:
“kube-metrics-image-repo-sync”
dependencies.dynamic.common.local_image_registry.services[0].endpoint
Type: string
Description:
“node”
dependencies.dynamic.common.local_image_registry.services[0].service
Type: string
Description:
“local_image_registry”
dependencies.static.image_repo_sync.services[0].endpoint
Type: string
Description:
“internal”
dependencies.static.image_repo_sync.services[0].service
Type: string
Description:
“local_image_registry”
dependencies.static.kube_state_metrics.services
Type: string
Description:
nil
endpoints.cluster_domain_suffix
Type: string
Description:
“cluster.local”
endpoints.kube_controller_manager.path.default
Type: string
Description:
“/metrics”
endpoints.kube_controller_manager.port.metrics.default
Type: int
Description:
10252
endpoints.kube_controller_manager.scheme.default
Type: string
Description:
“http”
endpoints.kube_scheduler.path.default
Type: string
Description:
“/metrics”
endpoints.kube_scheduler.port.metrics.default
Type: int
Description:
10251
endpoints.kube_scheduler.scheme.default
Type: string
Description:
“http”
endpoints.kube_state_metrics.host_fqdn_override.default
Type: string
Description:
nil
endpoints.kube_state_metrics.hosts.default
Type: string
Description:
“kube-state-metrics”
endpoints.kube_state_metrics.namespace
Type: string
Description:
nil
endpoints.kube_state_metrics.path.default
Type: string
Description:
nil
endpoints.kube_state_metrics.port.http.default
Type: int
Description:
8080
endpoints.kube_state_metrics.scheme.default
Type: string
Description:
“http”
endpoints.local_image_registry.host_fqdn_override.default
Type: string
Description:
nil
endpoints.local_image_registry.hosts.default
Type: string
Description:
“localhost”
endpoints.local_image_registry.hosts.internal
Type: string
Description:
“docker-registry”
endpoints.local_image_registry.hosts.node
Type: string
Description:
“localhost”
endpoints.local_image_registry.name
Type: string
Description:
“docker-registry”
endpoints.local_image_registry.namespace
Type: string
Description:
“docker-registry”
endpoints.local_image_registry.port.registry.node
Type: int
Description:
5000
endpoints.oci_image_registry.auth.enabled
Type: bool
Description:
false
endpoints.oci_image_registry.auth.prometheus-kube-state-metrics.password
Type: string
Description:
“password”
endpoints.oci_image_registry.auth.prometheus-kube-state-metrics.username
Type: string
Description:
“prometheus-kube-state-metrics”
endpoints.oci_image_registry.host_fqdn_override.default
Type: string
Description:
nil
endpoints.oci_image_registry.hosts.default
Type: string
Description:
“localhost”
endpoints.oci_image_registry.name
Type: string
Description:
“oci-image-registry”
endpoints.oci_image_registry.namespace
Type: string
Description:
“oci-image-registry”
endpoints.oci_image_registry.port.registry.default
Type: string
Description:
nil
images.local_registry.active
Type: bool
Description:
false
images.local_registry.exclude[0]
Type: string
Description:
“dep_check”
images.local_registry.exclude[1]
Type: string
Description:
“image_repo_sync”
images.pull_policy
Type: string
Description:
“IfNotPresent”
images.tags.dep_check
Type: string
Description:
“quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal”
images.tags.image_repo_sync
Type: string
Description:
“docker.io/library/docker:17.07.0”
images.tags.kube_state_metrics
Type: string
Description:
“quay.io/coreos/kube-state-metrics:v2.0.0-alpha.1”
labels.job.node_selector_key
Type: string
Description:
“openstack-control-plane”
labels.job.node_selector_value
Type: string
Description:
“enabled”
labels.kube_state_metrics.node_selector_key
Type: string
Description:
“openstack-control-plane”
labels.kube_state_metrics.node_selector_value
Type: string
Description:
“enabled”
manifests.configmap_bin
Type: bool
Description:
true
manifests.deployment
Type: bool
Description:
true
manifests.job_image_repo_sync
Type: bool
Description:
true
manifests.network_policy
Type: bool
Description:
false
manifests.secret_registry
Type: bool
Description:
true
manifests.service_controller_manager
Type: bool
Description:
true
manifests.service_kube_state_metrics
Type: bool
Description:
true
manifests.service_scheduler
Type: bool
Description:
true
manifests.serviceaccount
Type: bool
Description:
true
monitoring.prometheus.enabled
Type: bool
Description:
true
monitoring.prometheus.kube_controller_manager.scrape
Type: bool
Description:
true
monitoring.prometheus.kube_scheduler.scrape
Type: bool
Description:
true
monitoring.prometheus.kube_state_metrics.scrape
Type: bool
Description:
true
network_policy.kube-state-metrics.egress[0]
Type: object
Description:
{}
network_policy.kube-state-metrics.ingress[0]
Type: object
Description:
{}
pod.affinity.anti.topologyKey.default
Type: string
Description:
“kubernetes.io/hostname”
pod.affinity.anti.type.default
Type: string
Description:
“preferredDuringSchedulingIgnoredDuringExecution”
pod.affinity.anti.weight.default
Type: int
Description:
10
pod.lifecycle.termination_grace_period.kube_state_metrics.timeout
Type: int
Description:
30
pod.lifecycle.upgrades.deployments.pod_replacement_strategy
Type: string
Description:
“RollingUpdate”
pod.lifecycle.upgrades.deployments.revision_history
Type: int
Description:
3
pod.lifecycle.upgrades.deployments.rolling_update.max_surge
Type: int
Description:
3
pod.lifecycle.upgrades.deployments.rolling_update.max_unavailable
Type: int
Description:
1
pod.mounts.kube_state_metrics.init_container
Type: string
Description:
nil
pod.mounts.kube_state_metrics.kube_state_metrics
Type: string
Description:
nil
pod.probes.server.kube_metrics.readiness.enabled
Type: bool
Description:
true
pod.probes.server.kube_metrics.readiness.params.initialDelaySeconds
Type: int
Description:
30
pod.probes.server.kube_metrics.readiness.params.periodSeconds
Type: int
Description:
60
pod.probes.server.kube_metrics.readiness.params.timeoutSeconds
Type: int
Description:
10
pod.replicas.kube_state_metrics
Type: int
Description:
1
pod.resources.enabled
Type: bool
Description:
false
pod.resources.jobs.image_repo_sync.limits.cpu
Type: string
Description:
“2000m”
pod.resources.jobs.image_repo_sync.limits.memory
Type: string
Description:
“1024Mi”
pod.resources.jobs.image_repo_sync.requests.cpu
Type: string
Description:
“100m”
pod.resources.jobs.image_repo_sync.requests.memory
Type: string
Description:
“128Mi”
pod.resources.kube_state_metrics.limits.cpu
Type: string
Description:
“2000m”
pod.resources.kube_state_metrics.limits.memory
Type: string
Description:
“1024Mi”
pod.resources.kube_state_metrics.requests.cpu
Type: string
Description:
“100m”
pod.resources.kube_state_metrics.requests.memory
Type: string
Description:
“128Mi”
pod.security_context.exporter.container.kube_state_metrics.allowPrivilegeEscalation
Type: bool
Description:
false
pod.security_context.exporter.container.kube_state_metrics.readOnlyRootFilesystem
Type: bool
Description:
true
pod.security_context.exporter.pod.runAsUser
Type: int
Description:
65534
secrets.oci_image_registry.prometheus-kube-state-metrics
Type: string
Description:
“prometheus-kube-state-metrics-oci-image-registry-key”