Skip to content

Commit 99a2594

Browse files
author
edge-katanomi-app2[bot]
committed
📚 Sync docs from alaudadevops/tektoncd-operator on c57f3bf7883edd97fb75b0ceb6578067c9d3da29
Source: docs: sync pipeline docs (#584) Author: yzc Ref: refs/heads/main Commit: c57f3bf7883edd97fb75b0ceb6578067c9d3da29 This commit automatically syncs documentation changes from the source-docs repository. 🔗 View source commit: https://github.com/alaudadevops/tektoncd-operator/commit/c57f3bf7883edd97fb75b0ceb6578067c9d3da29 🤖 Synced on 2025-09-17 05:35:39 UTC
1 parent 1bdbab4 commit 99a2594

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-16 07:09:33 UTC
3+
- **Last synced**: 2025-09-17 05:35:39 UTC
44
- **Source repository**: alaudadevops/tektoncd-operator
5-
- **Source commit**: [cd4b4617761a6619bb1f7ecafb66b99aa79efe8f](https://github.com/alaudadevops/tektoncd-operator/commit/cd4b4617761a6619bb1f7ecafb66b99aa79efe8f)
5+
- **Source commit**: [c57f3bf7883edd97fb75b0ceb6578067c9d3da29](https://github.com/alaudadevops/tektoncd-operator/commit/c57f3bf7883edd97fb75b0ceb6578067c9d3da29)
66
- **Triggered by**: edge-katanomi-app2[bot]
7-
- **Workflow run**: [#66](https://github.com/alaudadevops/tektoncd-operator/actions/runs/17757679601)
7+
- **Workflow run**: [#67](https://github.com/alaudadevops/tektoncd-operator/actions/runs/17787812511)
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)