Skip to content

Commit c5b44a2

Browse files
authored
Merge pull request #61414 from ekristova/RHDEVDOCS-5395
RHDEVDOCS-5395: Performance tuning: incorporate merge review suggestions
2 parents a2e4b8a + 688b9b2 commit c5b44a2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

modules/op-performance-tuning-using-tektonconfig-cr.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
You can modify the fields under the `.spec.pipeline.performance` parameter in the `TektonConfig` custom resource (CR) to change high availability (HA) support and performance configuration for the {pipelines-shortname} controller.
1010

11-
.Example: `TektonConfig` performance fields
11+
.Example TektonConfig performance fields
1212
[source,yaml]
1313
----
1414
apiVersion: operator.tekton.dev/v1alpha1
@@ -42,15 +42,15 @@ If you modify or remove any of the performance fields, the {pipelines-shortname}
4242

4343
| `disable-ha` | Enable or disable the high availability (HA) support. By default, the HA support is enabled. | `false`
4444

45-
| `buckets` | The number of buckets used to partition key space of each reconciler.
45+
| `buckets` | The number of buckets used to partition the key space for each reconciler.
4646

47-
Each of the replicas uses these buckets. The instance that owns a bucket handles the reconciling of the keys partitioned into that bucket. The maximum value is `10` | `1`
47+
Each of the replicas uses these buckets. The instance that owns a bucket reconciles the keys partitioned into that bucket. The maximum value is `10` | `1`
4848

49-
| `threads-per-controller` | The number of threads (workers) to use when the workqueue of the {pipelines-shortname} controller is processed. | `2`
49+
| `threads-per-controller` | The number of threads (workers) to use when the work queue of the {pipelines-shortname} controller is processed. | `2`
5050

5151
| `kube-api-qps` | The maximum queries per second (QPS) to the cluster master from the REST client. | `5.0`
5252

53-
| `kube-api-burst` | The maximum burst for throttle. | `10`
53+
| `kube-api-burst` | The maximum burst for a throttle. | `10`
5454

5555
|===
5656

0 commit comments

Comments
 (0)