Skip to content

Commit 7f27075

Browse files
authored
docs(review): minor fixes from review (#11920)
Signed-off-by: prmellor <[email protected]>
1 parent 514606b commit 7f27075

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

documentation/modules/configuring/con-maintenance-time-window-definition.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ spec:
6262
#...
6363
----
6464

65-
NOTE: The Cluster Operator doesn't adhere strictly to the time windows
65+
NOTE: The Cluster Operator doesn't adhere strictly to the time windows.
6666
Maintenance operations are triggered by the first reconciliation that occurs within the specified time window.
6767
If the time window is shorter than the interval between reconciliations, there's a risk that the reconciliation may happen outside of the time window,
6868
Therefore, maintenance time windows must be at least as long as the interval between reconciliations.

documentation/modules/configuring/ref-list-of-kafka-cluster-resources.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ The following resources are created by the Cluster Operator in the Kubernetes cl
3939
`<kafka_cluster_name>-kafka-<listener_name>-<pod_id>`:: Service used to route traffic from outside the Kubernetes cluster to individual pods. This resource is created only when an external listener is enabled. The new service name will be used for all other external listeners.
4040
`<kafka_cluster_name>-kafka-<listener_name>-bootstrap`:: Bootstrap route for clients connecting from outside the Kubernetes cluster. This resource is created only when an external listener is enabled and set to type `route`. The new route name will be used for all other external listeners.
4141
`<kafka_cluster_name>-kafka-<listener_name>-<pod_id>`:: Route for traffic from outside the Kubernetes cluster to individual pods. This resource is created only when an external listener is enabled and set to type `route`. The new route name will be used for all other external listeners.
42-
`<kafka_cluster_name>-kafka-config`:: ConfigMap containing the Kafka ancillary configuration, which is mounted as a volume by the broker pods when the `UseStrimziPodSets` feature gate is disabled.
4342
`<kafka_cluster_name>-<pool_name>-<pod_id>_`:: Secret with Kafka node public and private keys.
4443
`<kafka_cluster_name>-network-policy-kafka`:: Network policy managing access to the Kafka services.
4544
`strimzi-_namespace-name_-<kafka_cluster_name>-kafka-init`:: Cluster role binding used by the Kafka brokers.

documentation/modules/metrics/con-metrics-cruise-control.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The metrics are used to xref:proc-generating-optimization-proposals-str[generate
1616
Cruise Control metrics are available for real-time monitoring of Cruise Control operations.
1717
For example, you can use Cruise Control metrics to monitor the status of rebalancing operations that are running or provide alerts on any anomalies that are detected in an operation's performance.
1818

19-
You expose Cruise Control metrics by xref:assembly-metrics-setup-{context}[enabling the {JMXExporter} in the Cruise Control configuration].
19+
For more information on exposing Cruise Control metrics, see xref:assembly-metrics-setup-str[Using Prometheus with Strimzi].
2020

2121
NOTE: For a full list of available Cruise Control metrics, which are known as _sensors_, see the {CruiseControlSensorsDocs}
2222

documentation/modules/security/con-certificate-renewal.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ However, the Cluster Operator regenerates them to align their validity period wi
9999

100100
. Restarts the components to trust the new Cluster CA certificate and use the renewed internal certificates.
101101

102-
=== Clients CA renewal
102+
== Clients CA renewal
103103

104104
To renew the Clients CA certificate, the Cluster Operator and User Operator each perform part of the process:
105105

0 commit comments

Comments
 (0)