docs: update Helm docs for consul-k8s 1.4.0#20770
Conversation
boruszak
left a comment
There was a problem hiding this comment.
I left suggestions to correct some of the more obvious errors and deviations from the style guide. Approving on behalf of consul-docs so that you're not blocked.
| - `enableHostMetrics` ((#v-global-metrics-enablehostmetrics)) (`boolean: false`) - Configures consul agent underlying host metrics. Only applicable if | ||
| Only applicable if `global.metrics.enabled` and `global.metrics.enableAgentMetrics` is true. |
There was a problem hiding this comment.
| - `enableHostMetrics` ((#v-global-metrics-enablehostmetrics)) (`boolean: false`) - Configures consul agent underlying host metrics. Only applicable if | |
| Only applicable if `global.metrics.enabled` and `global.metrics.enableAgentMetrics` is true. | |
| - `enableHostMetrics` ((#v-global-metrics-enablehostmetrics)) (`boolean: false`) - Configures consul agent underlying host metrics. Default is false. | |
| Only applicable if `global.metrics.enabled` and `global.metrics.enableAgentMetrics` is true. |
I'm assuming it was meant to mirror the previous specification.
| - `enableTelemetryCollector` ((#v-global-metrics-enabletelemetrycollector)) (`boolean: false`) - Configures the Helm chart’s components to forward envoy metrics for the Consul service mesh to the | ||
| consul-telemetry-collector. This includes gateway metrics and sidecar metrics. | ||
|
|
||
| - `prefixFilter` ((#v-global-metrics-prefixfilter)) - This configures the list of filter rules to apply for allowing/blocking |
There was a problem hiding this comment.
| - `prefixFilter` ((#v-global-metrics-prefixfilter)) - This configures the list of filter rules to apply for allowing/blocking | |
| - `prefixFilter` ((#v-global-metrics-prefixfilter)) - Configures the list of filter rules to apply for allowing or blocking |
|
|
||
| - allowList: | ||
|
|
There was a problem hiding this comment.
| - allowList: |
Is this an error? I know the page is automatically generated, but this seems unintentional.
There was a problem hiding this comment.
Yeah I think this was accidentally included
|
|
||
| - `openMetricsPrometheus` ((#v-global-metrics-datadog-openmetricsprometheus)) - Configures Kubernetes Prometheus/OpenMetrics auto-discovery annotations for use with Datadog. | ||
| This configuration is less common and more for advanced usage with custom metrics monitoring | ||
| configurations. See https://docs.datadoghq.com/containers/kubernetes/prometheus/?tab=kubernetesadv2 for more details |
There was a problem hiding this comment.
| configurations. See https://docs.datadoghq.com/containers/kubernetes/prometheus/?tab=kubernetesadv2 for more details | |
| configurations. Refer to the [Datadog documentation](https://docs.datadoghq.com/containers/kubernetes/prometheus/?tab=kubernetesadv2) for more details. |
Per style guide, links should include descriptive text.
| * `v2tenancy`: | ||
| _**Danger**_! This feature is under active development. It is not |
There was a problem hiding this comment.
| * `v2tenancy`: | |
| _**Danger**_! This feature is under active development. It is not | |
| - `v2tenancy`: | |
| _**Warning**_! This feature is under active development. It is not |
Standard markdown for bullet + standard "warning" instead of "danger"
| - `maxUnavailable` ((#v-server-disruptionbudget-maxunavailable)) (`integer: null`) - The maximum number of unavailable pods. By default, this will be | ||
| automatically computed based on the `server.replicas` value to be `(n/2)-1`. | ||
| - `maxUnavailable` ((#v-server-disruptionbudget-maxunavailable)) (`integer: null`) - The maximum number of unavailable pods. In most cases you should not change this as it is automatically set to | ||
| the correct number when left as null. This setting has been kept to not break backwards compatibility. |
There was a problem hiding this comment.
| the correct number when left as null. This setting has been kept to not break backwards compatibility. | |
| the correct number when left as null. This setting has been kept to preserve backwards compatibility. |
Description
This PR is the regeneration of the Helm docs with updated values from
consul-k8s1.4.0, released today.Testing & Reproduction steps
Visual inspection
Links
Generated from the 1.4.0
values.yamlherePR Checklist