Skip to content

Commit 8e03726

Browse files
author
edge-katanomi-app2[bot]
committed
📚 Sync docs from alaudadevops/tektoncd-operator on 8ef5a0972019c0432ffc6f9142b6884b3a42cf73
Source: docs: sync pipeline docs (#585) Author: edge-katanomi-app2[bot] Ref: refs/heads/release-4.2 Commit: 8ef5a0972019c0432ffc6f9142b6884b3a42cf73 This commit automatically syncs documentation changes from the source-docs repository. 🔗 View source commit: https://github.com/alaudadevops/tektoncd-operator/commit/8ef5a0972019c0432ffc6f9142b6884b3a42cf73 🤖 Synced on 2025-09-17 05:38:18 UTC
1 parent 75a6b3d commit 8e03726

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

‎.github/SYNC_INFO.md‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Documentation Sync Information
22

3-
- **Last synced**: 2025-09-15 06:06:48 UTC
3+
- **Last synced**: 2025-09-17 05:38:18 UTC
44
- **Source repository**: alaudadevops/tektoncd-operator
5-
- **Source commit**: [18fa322107959dcc2d7c790c39b62d7a5223c531](https://github.com/alaudadevops/tektoncd-operator/commit/18fa322107959dcc2d7c790c39b62d7a5223c531)
5+
- **Source commit**: [8ef5a0972019c0432ffc6f9142b6884b3a42cf73](https://github.com/alaudadevops/tektoncd-operator/commit/8ef5a0972019c0432ffc6f9142b6884b3a42cf73)
66
- **Triggered by**: edge-katanomi-app2[bot]
7-
- **Workflow run**: [#63](https://github.com/alaudadevops/tektoncd-operator/actions/runs/17723684333)
7+
- **Workflow run**: [#68](https://github.com/alaudadevops/tektoncd-operator/actions/runs/17787855771)
88

99
## Files synced:
1010
- docs/

‎docs/en/pipelines/trouble_shooting/using-multiple-pvc-workspaces-failed.mdx‎

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,18 +45,16 @@ To allow a `TaskRun` or `PipelineRun` to use **multiple PVC-based workspaces**,
4545

4646
It is recommended to troubleshoot as follows:
4747

48-
1. Edit the TektonConfig resource by setting `spec.pipeline.disable-affinity-assistant` as shown below:
48+
1. Edit the TektonConfig resource by setting `spec.pipeline.coschedule` as shown below:
4949

5050
```yaml
5151
apiVersion: operator.tekton.dev/v1alpha1
5252
kind: TektonConfig
5353
spec:
5454
pipeline:
55-
disable-affinity-assistant: true
55+
coschedule: disabled
5656
```
5757
58-
tips: the `disable-affinity-assistant` feature flag will be removed soon and the Affinity Assistant Modes will be only controlled by the `coschedule` feature flag.
59-
6058
2. The `feature-flags` ConfigMap will be updated automatically.
6159

6260
```yaml
@@ -66,7 +64,7 @@ It is recommended to troubleshoot as follows:
6664
name: feature-flags
6765
namespace: tekton-pipelines
6866
data:
69-
disable-affinity-assistant: "true"
67+
coschedule: disabled
7068
```
7169

7270
3. No manual component restarts are required, changes will take effect automatically.

0 commit comments

Comments
 (0)