Skip to content

Commit 679f991

Browse files
committed
📚 Sync docs from alaudadevops/tektoncd-operator on 14a1c4699a3bcd3b58c71ac306b9e6c4c32cd295
Source: docs: update instructions for deploying Tekton in global cluster (#287) Author: l-qing Ref: refs/heads/main Commit: 14a1c4699a3bcd3b58c71ac306b9e6c4c32cd295 This commit automatically syncs documentation changes from the source-docs repository. 🔗 View source commit: AlaudaDevops/tektoncd-operator@14a1c46 🤖 Synced on 2025-07-30 02:03:43 UTC
1 parent c0c9bfd commit 679f991

File tree

2 files changed

+29
-7
lines changed

2 files changed

+29
-7
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-07-28 03:11:10 UTC
3+
- **Last synced**: 2025-07-30 02:03:43 UTC
44
- **Source repository**: alaudadevops/tektoncd-operator
5-
- **Source commit**: [8b12a2eaa917460d5dd30fe6cb01a6345f880dc0](https://github.com/alaudadevops/tektoncd-operator/commit/8b12a2eaa917460d5dd30fe6cb01a6345f880dc0)
5+
- **Source commit**: [14a1c4699a3bcd3b58c71ac306b9e6c4c32cd295](https://github.com/alaudadevops/tektoncd-operator/commit/14a1c4699a3bcd3b58c71ac306b9e6c4c32cd295)
66
- **Triggered by**: l-qing
7-
- **Workflow run**: [#25](https://github.com/alaudadevops/tektoncd-operator/actions/runs/16559101975)
7+
- **Workflow run**: [#28](https://github.com/alaudadevops/tektoncd-operator/actions/runs/16611676794)
88

99
## Files synced:
1010
- docs/

‎docs/en/how_to/deploy_global.mdx‎

Lines changed: 26 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,33 @@ kind: TektonConfig
3737
spec:
3838
pipeline:
3939
options:
40+
disabled: false
4041
ingress:
41-
tektoncd-hubs-api:
42+
hubs-wrapper: # support for version 4.2 and later
43+
spec:
44+
ingressClassName: global-alb2
45+
tektoncd-hubs-api: # ensure compatibility with version 4.1 and earlier
4246
spec:
4347
ingressClassName: global-alb2
4448
deployments:
45-
tektoncd-hubs-api:
49+
hubs-wrapper: # support for version 4.2 and later
50+
spec:
51+
template:
52+
spec:
53+
containers:
54+
- env:
55+
- name: KUBERNETES_PORT_443_TCP
56+
value: tcp://erebus.cpaas-system:443
57+
- name: KUBERNETES_PORT_443_TCP_ADDR
58+
value: erebus.cpaas-system
59+
- name: KUBERNETES_PORT
60+
value: tcp://erebus.cpaas-system:443
61+
- name: EREBUS
62+
value: https://erebus.cpaas-system:443
63+
- name: KUBERNETES_SERVICE_HOST
64+
value: erebus.cpaas-system
65+
name: hubs-wrapper
66+
tektoncd-hubs-api: # ensure compatibility with version 4.1 and earlier
4667
spec:
4768
template:
4869
spec:
@@ -59,9 +80,10 @@ spec:
5980
- name: KUBERNETES_SERVICE_HOST
6081
value: erebus.cpaas-system
6182
name: tektoncd-hubs-api
62-
disabled: false
6383
```
6484
85+
> If both `hubs-wrapper` and `tektoncd-hubs-api` are configured simultaneously, versions 4.0 and 4.2 can be supported at the same time.
86+
6587
## Optional: Deploying tekton-results in a global cluster
6688

6789
If users have deployed tekton-results in a global cluster, they also need to configure the `options` for the results component. Similar to the pipeline configuration, you need to configure both ingress and deployment settings for the `tektoncd-results-api` component.
@@ -98,4 +120,4 @@ spec:
98120
value: erebus.cpaas-system
99121
name: tektoncd-results-api
100122
disabled: false
101-
```
123+
```

0 commit comments

Comments
 (0)