-
Notifications
You must be signed in to change notification settings - Fork 1.8k
RHDEVDOCS-5245: Performance Tuning for Openshift Pipelines #60648
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
Conversation
@ekristova: This pull request references RHDEVDOCS-5245 which is a valid jira issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
🤖 Updated build preview is available at: Build log: https://circleci.com/gh/ocpdocs-previewbot/openshift-docs/17657 |
@ekristova: This pull request references RHDEVDOCS-5245 which is a valid jira issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
@ekristova: This pull request references RHDEVDOCS-5245 which is a valid jira issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
2cdbfcf
to
e9ead28
Compare
@ekristova: This pull request references RHDEVDOCS-5245 which is a valid jira issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
e9ead28
to
2bd453d
Compare
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.
LGTM
@ekristova: This pull request references RHDEVDOCS-5245 which is a valid jira issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
2bd453d
to
8789795
Compare
2f65937
to
bf112e9
Compare
@ekristova: This pull request references RHDEVDOCS-5245 which is a valid jira issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
bf112e9
to
c4c61ce
Compare
c4c61ce
to
82616c6
Compare
/lgtm |
|
||
| `disable-ha` | Enable or disable the high availability (HA) support. By default, the HA support is enabled. | `false` | ||
|
||
| `buckets` | The number of buckets used to partition key space of each reconciler. |
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.
| `buckets` | The number of buckets used to partition key space of each reconciler. | |
| `buckets` | The number of buckets used to partition the key space for each reconciler. |
- add definite article
- 'for' is more idiomatic here
|
||
| `buckets` | The number of buckets used to partition key space of each reconciler. | ||
|
||
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` |
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.
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` | |
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` |
- fix awkward and wordy noun-based phrasing
reconciling of
|
||
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` | ||
|
||
| `threads-per-controller` | The number of threads (workers) to use when the workqueue of the {pipelines-shortname} controller is processed. | `2` |
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.
Should workqueue
be work queue
? If workqueue
isn't the name of a technical feature, it should be two words.
|
||
| `kube-api-qps` | The maximum queries per second (QPS) to the cluster master from the REST client. | `5.0` | ||
|
||
| `kube-api-burst` | The maximum burst for throttle. | `10` |
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.
| `kube-api-burst` | The maximum burst for throttle. | `10` | |
| `kube-api-burst` | The maximum burst for a throttle. | `10` |
|
||
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. | ||
|
||
.Example: `TektonConfig` performance fields |
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.
.Example: `TektonConfig` performance fields | |
.Example TektonConfig performance fields |
Example:
is non-standard; remove the colon: https://github.com/openshift/openshift-docs/blob/main/contributing_to_docs/doc_guidelines.adoc#code-blocks-command-syntax-and-example-output
Cherry-pick the content to enterprise 4.12, 4.13, and 4.14 |
/cherrypick enterprise-4.12 |
/cherrypick enterprise-4.13 |
/cherrypick enterprise-4.14 |
@bburt-rh: new pull request created: #61379 In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
@bburt-rh: new pull request created: #61380 In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
@bburt-rh: new pull request created: #61381 In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
• Aligned team: Dev Tools
• OCP version for cherry-picking: enterprise-4.12 and later
• JIRA issue: RHDEVDOCS-5245
• Preview page: Performance tuning using TektonConfig CR
• SME Review: Completed by @jkandasa
• QE review: Completed by @ppitonak
• Peer-review: Completed by @mramendi