-
Notifications
You must be signed in to change notification settings - Fork 4.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: update Helm docs for consul-k8s 1.4.0 #20770
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- `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.
@@ -558,6 +564,120 @@ Use these links to navigate to a particular top-level stanza. | |||
- `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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- `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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- allowList: |
Is this an error? I know the page is automatically generated, but this seems unintentional.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* `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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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-k8s
1.4.0, released today.Testing & Reproduction steps
Visual inspection
Links
Generated from the 1.4.0
values.yaml
herePR Checklist