|
| 1 | +# kube-state-metrics |
| 2 | + |
| 3 | +  |
| 4 | + |
| 5 | +kube-state-metrics is a simple service that listens to the Kubernetes API server and generates metrics about the state of the objects. |
| 6 | + |
| 7 | +**Homepage:** <https://bitnami.com> |
| 8 | + |
| 9 | +## Maintainers |
| 10 | + |
| 11 | +| Name | Email | Url | |
| 12 | +| ---- | ------ | --- | |
| 13 | +| Broadcom, Inc. All Rights Reserved. | | <https://github.com/bitnami/charts> | |
| 14 | + |
| 15 | +## Source Code |
| 16 | + |
| 17 | +* <https://github.com/bitnami/charts/tree/main/bitnami/kube-state-metrics> |
| 18 | + |
| 19 | +## Requirements |
| 20 | + |
| 21 | +| Repository | Name | Version | |
| 22 | +|------------|------|---------| |
| 23 | +| oci://ghcr.io/lablabs/bitnami-helm-charts | common | 2.31.4 | |
| 24 | + |
| 25 | +## Values |
| 26 | + |
| 27 | +| Key | Type | Default | Description | |
| 28 | +|-----|------|---------|-------------| |
| 29 | +| affinity | object | `{}` | | |
| 30 | +| args | list | `[]` | | |
| 31 | +| automountServiceAccountToken | bool | `true` | | |
| 32 | +| command | list | `[]` | | |
| 33 | +| commonAnnotations | object | `{}` | | |
| 34 | +| commonLabels | object | `{}` | | |
| 35 | +| containerPorts.http | int | `8080` | | |
| 36 | +| containerPorts.telemetry | int | `8081` | | |
| 37 | +| containerSecurityContext.allowPrivilegeEscalation | bool | `false` | | |
| 38 | +| containerSecurityContext.capabilities.drop[0] | string | `"ALL"` | | |
| 39 | +| containerSecurityContext.enabled | bool | `true` | | |
| 40 | +| containerSecurityContext.privileged | bool | `false` | | |
| 41 | +| containerSecurityContext.readOnlyRootFilesystem | bool | `true` | | |
| 42 | +| containerSecurityContext.runAsGroup | int | `1001` | | |
| 43 | +| containerSecurityContext.runAsNonRoot | bool | `true` | | |
| 44 | +| containerSecurityContext.runAsUser | int | `1001` | | |
| 45 | +| containerSecurityContext.seLinuxOptions | object | `{}` | | |
| 46 | +| containerSecurityContext.seccompProfile.type | string | `"RuntimeDefault"` | | |
| 47 | +| customLivenessProbe | object | `{}` | | |
| 48 | +| customReadinessProbe | object | `{}` | | |
| 49 | +| customStartupProbe | object | `{}` | | |
| 50 | +| diagnosticMode.args[0] | string | `"infinity"` | | |
| 51 | +| diagnosticMode.command[0] | string | `"sleep"` | | |
| 52 | +| diagnosticMode.enabled | bool | `false` | | |
| 53 | +| extraArgs | object | `{}` | | |
| 54 | +| extraDeploy | list | `[]` | | |
| 55 | +| extraEnvVars | list | `[]` | | |
| 56 | +| extraEnvVarsCM | string | `""` | | |
| 57 | +| extraEnvVarsSecret | string | `""` | | |
| 58 | +| extraVolumeMounts | list | `[]` | | |
| 59 | +| extraVolumes | list | `[]` | | |
| 60 | +| fullnameOverride | string | `""` | | |
| 61 | +| global.compatibility.openshift.adaptSecurityContext | string | `"auto"` | | |
| 62 | +| global.imagePullSecrets | list | `[]` | | |
| 63 | +| global.imageRegistry | string | `""` | | |
| 64 | +| hostAliases | list | `[]` | | |
| 65 | +| hostNetwork | bool | `false` | | |
| 66 | +| image.digest | string | `""` | | |
| 67 | +| image.pullPolicy | string | `"IfNotPresent"` | | |
| 68 | +| image.pullSecrets | list | `[]` | | |
| 69 | +| image.registry | string | `"docker.io"` | | |
| 70 | +| image.repository | string | `"bitnami/kube-state-metrics"` | | |
| 71 | +| image.tag | string | `"2.13.0-debian-12-r3"` | | |
| 72 | +| initContainers | list | `[]` | | |
| 73 | +| kubeResources.certificatesigningrequests | bool | `true` | | |
| 74 | +| kubeResources.configmaps | bool | `true` | | |
| 75 | +| kubeResources.cronjobs | bool | `true` | | |
| 76 | +| kubeResources.daemonsets | bool | `true` | | |
| 77 | +| kubeResources.deployments | bool | `true` | | |
| 78 | +| kubeResources.endpoints | bool | `true` | | |
| 79 | +| kubeResources.horizontalpodautoscalers | bool | `true` | | |
| 80 | +| kubeResources.ingresses | bool | `true` | | |
| 81 | +| kubeResources.jobs | bool | `true` | | |
| 82 | +| kubeResources.leases | bool | `true` | | |
| 83 | +| kubeResources.limitranges | bool | `true` | | |
| 84 | +| kubeResources.mutatingwebhookconfigurations | bool | `true` | | |
| 85 | +| kubeResources.namespaces | bool | `true` | | |
| 86 | +| kubeResources.networkpolicies | bool | `true` | | |
| 87 | +| kubeResources.nodes | bool | `true` | | |
| 88 | +| kubeResources.persistentvolumeclaims | bool | `true` | | |
| 89 | +| kubeResources.persistentvolumes | bool | `true` | | |
| 90 | +| kubeResources.poddisruptionbudgets | bool | `true` | | |
| 91 | +| kubeResources.pods | bool | `true` | | |
| 92 | +| kubeResources.replicasets | bool | `true` | | |
| 93 | +| kubeResources.replicationcontrollers | bool | `true` | | |
| 94 | +| kubeResources.resourcequotas | bool | `true` | | |
| 95 | +| kubeResources.secrets | bool | `true` | | |
| 96 | +| kubeResources.services | bool | `true` | | |
| 97 | +| kubeResources.statefulsets | bool | `true` | | |
| 98 | +| kubeResources.storageclasses | bool | `true` | | |
| 99 | +| kubeResources.validatingwebhookconfigurations | bool | `false` | | |
| 100 | +| kubeResources.verticalpodautoscalers | bool | `false` | | |
| 101 | +| kubeResources.volumeattachments | bool | `true` | | |
| 102 | +| kubeVersion | string | `""` | | |
| 103 | +| lifecycleHooks | object | `{}` | | |
| 104 | +| livenessProbe.enabled | bool | `true` | | |
| 105 | +| livenessProbe.failureThreshold | int | `6` | | |
| 106 | +| livenessProbe.initialDelaySeconds | int | `120` | | |
| 107 | +| livenessProbe.periodSeconds | int | `10` | | |
| 108 | +| livenessProbe.successThreshold | int | `1` | | |
| 109 | +| livenessProbe.timeoutSeconds | int | `5` | | |
| 110 | +| minReadySeconds | int | `0` | | |
| 111 | +| nameOverride | string | `""` | | |
| 112 | +| namespaceOverride | string | `""` | | |
| 113 | +| namespaces | string | `""` | | |
| 114 | +| networkPolicy.allowExternal | bool | `true` | | |
| 115 | +| networkPolicy.allowExternalEgress | bool | `true` | | |
| 116 | +| networkPolicy.enabled | bool | `true` | | |
| 117 | +| networkPolicy.extraEgress | list | `[]` | | |
| 118 | +| networkPolicy.extraIngress | list | `[]` | | |
| 119 | +| networkPolicy.ingressNSMatchLabels | object | `{}` | | |
| 120 | +| networkPolicy.ingressNSPodMatchLabels | object | `{}` | | |
| 121 | +| networkPolicy.kubeAPIServerPorts[0] | int | `443` | | |
| 122 | +| networkPolicy.kubeAPIServerPorts[1] | int | `6443` | | |
| 123 | +| networkPolicy.kubeAPIServerPorts[2] | int | `8443` | | |
| 124 | +| nodeAffinityPreset.key | string | `""` | | |
| 125 | +| nodeAffinityPreset.type | string | `""` | | |
| 126 | +| nodeAffinityPreset.values | list | `[]` | | |
| 127 | +| nodeSelector | object | `{}` | | |
| 128 | +| pdb.create | bool | `true` | | |
| 129 | +| pdb.maxUnavailable | string | `""` | | |
| 130 | +| pdb.minAvailable | string | `""` | | |
| 131 | +| podAffinityPreset | string | `""` | | |
| 132 | +| podAnnotations | object | `{}` | | |
| 133 | +| podAntiAffinityPreset | string | `"soft"` | | |
| 134 | +| podLabels | object | `{}` | | |
| 135 | +| podSecurityContext.enabled | bool | `true` | | |
| 136 | +| podSecurityContext.fsGroup | int | `1001` | | |
| 137 | +| podSecurityContext.fsGroupChangePolicy | string | `"Always"` | | |
| 138 | +| podSecurityContext.supplementalGroups | list | `[]` | | |
| 139 | +| podSecurityContext.sysctls | list | `[]` | | |
| 140 | +| priorityClassName | string | `""` | | |
| 141 | +| rbac.create | bool | `true` | | |
| 142 | +| rbac.pspEnabled | bool | `true` | | |
| 143 | +| readinessProbe.enabled | bool | `true` | | |
| 144 | +| readinessProbe.failureThreshold | int | `6` | | |
| 145 | +| readinessProbe.initialDelaySeconds | int | `30` | | |
| 146 | +| readinessProbe.periodSeconds | int | `10` | | |
| 147 | +| readinessProbe.successThreshold | int | `1` | | |
| 148 | +| readinessProbe.timeoutSeconds | int | `5` | | |
| 149 | +| replicaCount | int | `1` | | |
| 150 | +| resources | object | `{}` | | |
| 151 | +| resourcesPreset | string | `"nano"` | | |
| 152 | +| schedulerName | string | `""` | | |
| 153 | +| selfMonitor.enabled | bool | `false` | | |
| 154 | +| selfMonitor.telemetryNodePort | string | `""` | | |
| 155 | +| service.annotations | object | `{}` | | |
| 156 | +| service.clusterIP | string | `""` | | |
| 157 | +| service.externalTrafficPolicy | string | `"Cluster"` | | |
| 158 | +| service.extraPorts | list | `[]` | | |
| 159 | +| service.labels | object | `{}` | | |
| 160 | +| service.loadBalancerIP | string | `""` | | |
| 161 | +| service.loadBalancerSourceRanges | list | `[]` | | |
| 162 | +| service.nodePorts.http | string | `""` | | |
| 163 | +| service.ports.http | int | `8080` | | |
| 164 | +| service.sessionAffinity | string | `"None"` | | |
| 165 | +| service.sessionAffinityConfig | object | `{}` | | |
| 166 | +| service.type | string | `"ClusterIP"` | | |
| 167 | +| serviceAccount.annotations | object | `{}` | | |
| 168 | +| serviceAccount.automountServiceAccountToken | bool | `false` | | |
| 169 | +| serviceAccount.create | bool | `true` | | |
| 170 | +| serviceAccount.name | string | `""` | | |
| 171 | +| serviceMonitor.enabled | bool | `false` | | |
| 172 | +| serviceMonitor.extraParameters | object | `{}` | | |
| 173 | +| serviceMonitor.honorLabels | bool | `false` | | |
| 174 | +| serviceMonitor.interval | string | `""` | | |
| 175 | +| serviceMonitor.jobLabel | string | `""` | | |
| 176 | +| serviceMonitor.labels | object | `{}` | | |
| 177 | +| serviceMonitor.metricRelabelings | list | `[]` | | |
| 178 | +| serviceMonitor.namespace | string | `""` | | |
| 179 | +| serviceMonitor.relabelings | list | `[]` | | |
| 180 | +| serviceMonitor.sampleLimit | string | `""` | | |
| 181 | +| serviceMonitor.scrapeTimeout | string | `""` | | |
| 182 | +| serviceMonitor.selector | object | `{}` | | |
| 183 | +| sidecars | list | `[]` | | |
| 184 | +| startupProbe.enabled | bool | `false` | | |
| 185 | +| startupProbe.failureThreshold | int | `6` | | |
| 186 | +| startupProbe.initialDelaySeconds | int | `30` | | |
| 187 | +| startupProbe.periodSeconds | int | `10` | | |
| 188 | +| startupProbe.successThreshold | int | `1` | | |
| 189 | +| startupProbe.timeoutSeconds | int | `5` | | |
| 190 | +| terminationGracePeriodSeconds | string | `""` | | |
| 191 | +| tolerations | list | `[]` | | |
| 192 | +| topologySpreadConstraints | list | `[]` | | |
| 193 | +| updateStrategy | object | `{}` | | |
| 194 | + |
| 195 | +---------------------------------------------- |
| 196 | +Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2) |
0 commit comments