Skip to content

Commit 9e80862

Browse files
author
edge-katanomi-app2[bot]
committed
📚 Sync docs from alaudadevops/tektoncd-operator on e090f58d8087d7e6299f88101020fa0d64e08554
Source: docs: sync pipeline docs (#586) Author: edge-katanomi-app2[bot] Ref: refs/heads/release-4.3 Commit: e090f58d8087d7e6299f88101020fa0d64e08554 This commit automatically syncs documentation changes from the source-docs repository. 🔗 View source commit: https://github.com/alaudadevops/tektoncd-operator/commit/e090f58d8087d7e6299f88101020fa0d64e08554 🤖 Synced on 2025-09-17 05:38:26 UTC
1 parent 5f862a5 commit 9e80862

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:45 UTC
3+
- **Last synced**: 2025-09-17 05:38:26 UTC
44
- **Source repository**: alaudadevops/tektoncd-operator
5-
- **Source commit**: [76bf60d65f5c19d99794f1a630edb11b30bcf659](https://github.com/alaudadevops/tektoncd-operator/commit/76bf60d65f5c19d99794f1a630edb11b30bcf659)
5+
- **Source commit**: [e090f58d8087d7e6299f88101020fa0d64e08554](https://github.com/alaudadevops/tektoncd-operator/commit/e090f58d8087d7e6299f88101020fa0d64e08554)
66
- **Triggered by**: edge-katanomi-app2[bot]
7-
- **Workflow run**: [#62](https://github.com/alaudadevops/tektoncd-operator/actions/runs/17723682953)
7+
- **Workflow run**: [#69](https://github.com/alaudadevops/tektoncd-operator/actions/runs/17787857579)
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)