You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/en/install.mdx
+23-21Lines changed: 23 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ weight: 240
6
6
7
7
## Installing Alauda DevOps Pipelines
8
8
9
-
This guide provides cluster administrators with the process to install the Alauda DevOps Pipelines Operator on a Kubernetes cluster.
9
+
This guide provides cluster administrators with the process to install the `Alauda DevOps Pipelines` Operator on a Kubernetes cluster.
10
10
11
11
Prerequisites:
12
12
@@ -16,13 +16,13 @@ Prerequisites:
16
16
17
17
### Installing Alauda DevOps Pipelines Using the Web Console
18
18
19
-
You can install the Alauda DevOps Pipelines Operator by using the Operators listed in the Marketplace or OperatorHub. When you install the Alauda DevOps Pipelines Operator, the required Custom Resources (CRs) are automatically installed alongside the Operator.
19
+
You can install the `Alauda DevOps Pipelines` Operator by using the Operators listed in the Marketplace or OperatorHub. When you install the `Alauda DevOps Pipelines` Operator, the required Custom Resources (CRs) are automatically installed alongside the Operator.
20
20
21
21
The Operator provides the following Custom Resource Definitions (CRDs) to manage the Tekton components: `tektonconfigs.operator.tekton.dev`, `tektonpipelines.operator.tekton.dev`, `tektontriggers.operator.tekton.dev`, `tektonhubs.operator.tekton.dev`, and more.
22
22
23
23
If Tekton Pipelines is already installed on your cluster, the existing installation will be seamlessly upgraded by the Operator.
24
24
25
-
The Alauda DevOps Pipelines Operator provides the option to select which components to install by specifying a preset configuration in the `TektonConfig` Custom Resource (CR). The `TektonConfig` CR is automatically installed when the Operator is installed. Supported presets include:
25
+
The `Alauda DevOps Pipelines` Operator provides the option to select which components to install by specifying a preset configuration in the `TektonConfig` Custom Resource (CR). The `TektonConfig` CR is automatically installed when the Operator is installed. Supported presets include:
26
26
27
27
-**Lite**: Installs only Tekton Pipelines.
28
28
-**Basic**: Installs Tekton Pipelines and Tekton Triggers.
@@ -32,9 +32,9 @@ The Alauda DevOps Pipelines Operator provides the option to select which compone
32
32
33
33
- In the Web console, navigate to **Marketplace** or **OperatorHub**.
34
34
35
-
- Use the **Filter by keyword** box to search for `Alauda DevOps Pipelines Operator` in the directory. Click on the **Alauda DevOps Pipelines Operator** title.
35
+
- Use the **Filter by keyword** box to search for `Alauda DevOps Pipelines` Operator in the directory. Click on the **`Alauda DevOps Pipelines` Operator** title.
36
36
37
-
- Read the Operator overview on the **Alauda DevOps Pipelines Operator** page. Click **Install**.
37
+
- Read the Operator overview on the **`Alauda DevOps Pipelines` Operator** page. Click **Install**.
38
38
39
39
- On the **Install Operator** page:
40
40
@@ -44,9 +44,9 @@ The Alauda DevOps Pipelines Operator provides the option to select which compone
44
44
45
45
- Click **Install**. You will see the Operator on the Installed Operators page.
46
46
47
-
- Verify that the **Status** is set to **Succeeded** to confirm the successful installation of the Alauda DevOps Pipelines Operator.
47
+
- Verify that the **Status** is set to **Succeeded** to confirm the successful installation of the `Alauda DevOps Pipelines` Operator.
48
48
49
-
- Verify that all components of the Alauda DevOps Pipelines Operator have been successfully installed. Log in to the cluster in a terminal and run the following command:
49
+
- Verify that all components of the `Alauda DevOps Pipelines` Operator have been successfully installed. Log in to the cluster in a terminal and run the following command:
50
50
51
51
```bash
52
52
$ kubectl get tektonconfig config
@@ -85,11 +85,11 @@ The Alauda DevOps Pipelines Operator provides the option to select which compone
85
85
86
86
### Installing Alauda DevOps Pipelines Using CLI
87
87
88
-
You can install the Alauda DevOps Pipelines Operator from the OperatorHub using the Command Line Interface (CLI).
88
+
You can install the `Alauda DevOps Pipelines` Operator from the OperatorHub using the Command Line Interface (CLI).
89
89
90
90
**Steps**
91
91
92
-
- Create a `Subscription` object YAML file to subscribe a namespace to the Alauda DevOps Pipelines Operator, for example, `sub.yaml`:
92
+
- Create a `Subscription` object YAML file to subscribe a namespace to the `Alauda DevOps Pipelines` Operator, for example, `sub.yaml`:
93
93
94
94
**Example `Subscription` YAML**
95
95
@@ -107,7 +107,7 @@ spec:
107
107
```
108
108
109
109
<Callouts>
110
-
1. The channel name you want to subscribe to. The `latest` channel allows for the installation of the latest stable version of the Alauda DevOps Pipelines Operator.
110
+
1. The channel name you want to subscribe to. The `latest` channel allows for the installation of the latest stable version of the `Alauda DevOps Pipelines` Operator.
111
111
2. The name of the Operator to subscribe to.
112
112
3. The name of the `CatalogSource` object providing the Operator.
113
113
4. The namespace of the `CatalogSource` object. This may vary depending on your cluster configuration.
@@ -119,14 +119,14 @@ spec:
119
119
$ kubectl apply -f sub.yaml
120
120
```
121
121
122
-
The subscription will install the Alauda DevOps Pipelines Operator in the `tekton-operator` namespace. The Operator will automatically install Tekton components in the default target namespace `tekton-pipelines`.
122
+
The subscription will install the `Alauda DevOps Pipelines` Operator in the `tekton-operator` namespace. The Operator will automatically install Tekton components in the default target namespace `tekton-pipelines`.
123
123
124
124
## Uninstalling Alauda DevOps Pipelines
125
125
126
-
Cluster administrators can uninstall the Alauda DevOps Pipelines Operator by performing the following steps:
126
+
Cluster administrators can uninstall the `Alauda DevOps Pipelines` Operator by performing the following steps:
127
127
128
128
- Delete any optional component CRs if they exist, and then delete the `TektonConfig` CR.
129
-
- Uninstall the Alauda DevOps Pipelines Operator.
129
+
- Uninstall the `Alauda DevOps Pipelines` Operator.
130
130
- Delete the Custom Resource Definitions (CRDs) for the `operator.tekton.dev` group if needed.
131
131
132
132
Simply uninstalling the Operator will not remove the Alauda DevOps Pipelines components created by default during the installation of the Operator.
@@ -142,18 +142,20 @@ First, delete the `TektonConfig` CR and any other Tekton component CRs if they e
142
142
- Click on the `TektonConfig` CRD to display the detailed page.
143
143
- Click the **Instances** tab.
144
144
- If an instance is displayed, click the `Options` menu of the displayed instance.
145
-
- Select **Delete TektonConfig**.
145
+
- Select **Delete**.
146
146
- Click **Delete** to confirm the deletion of the CR.
147
+
- Deleting the `TektonConfig` resource will cascade delete the automatically created `TektonPipelines`, `TektonTriggers`, `TektonHubs`, `TektonChains`, etc. components.
147
148
- Repeat these steps for any other Tekton component CRs that may exist.
149
+
- If you manually created `TektonResults` or `OpenShiftPipelinesAsCodes`, you may need to manually delete it.
148
150
149
-
### Uninstalling the Alauda DevOps Pipelines Operator
151
+
### Uninstalling the `Alauda DevOps Pipelines` Operator
150
152
151
-
You can uninstall the Alauda DevOps Pipelines Operator using the Web console.
153
+
You can uninstall the `Alauda DevOps Pipelines` Operator using the Web console.
152
154
153
155
**Steps**
154
156
155
157
- From the **Marketplace** or **OperatorHub** page, navigate to **Installed Operators**.
156
-
- Find the Alauda DevOps Pipelines Operator in the list.
158
+
- Find the `Alauda DevOps Pipelines` Operator in the list.
157
159
- Click the **Options** menu and select **Uninstall Operator**.
158
160
- In the **Uninstall Operator?** window, select **Delete all operand instances for this operator**, then click **Uninstall**.
159
161
@@ -182,7 +184,7 @@ In Alauda DevOps Pipelines, you can customize the following configurations using
182
184
183
185
### Prerequisites
184
186
185
-
The Alauda DevOps Pipelines Operator must be installed.
187
+
The `Alauda DevOps Pipelines` Operator must be installed.
186
188
187
189
### Tuning Performance with TektonConfig CR
188
190
@@ -207,7 +209,7 @@ spec:
207
209
statefulset-ordinals: false
208
210
```
209
211
210
-
All fields are optional. When set, the Alauda DevOps Pipelines Operator includes most fields as parameters in the `tekton-pipelines-controller` deployment under the `tekton-pipelines-controller` container. The Operator also updates the `bucket` field in the `config-leader-election` ConfigMap under the `tekton-pipelines` namespace.
212
+
All fields are optional. When set, the `Alauda DevOps Pipelines` Operator includes most fields as parameters in the `tekton-pipelines-controller` deployment under the `tekton-pipelines-controller` container. The Operator also updates the `bucket` field in the `config-leader-election` ConfigMap under the `tekton-pipelines` namespace.
211
213
212
214
If no values are specified, the Operator does not update these fields and applies the default values of the Tekton Pipelines controller.
213
215
@@ -233,7 +235,7 @@ HA mode does not affect tasks that run after the pod is created.
233
235
234
236
### Configuring Tekton Pipelines Control Plane
235
237
236
-
You can customize the Tekton Pipelines control plane by editing the configuration fields in the `TektonConfig` Custom Resource (CR). The Alauda DevOps Pipelines Operator automatically includes default values for the configuration fields so you can use the Tekton Pipelines control plane.
238
+
You can customize the Tekton Pipelines control plane by editing the configuration fields in the `TektonConfig` Custom Resource (CR). The `Alauda DevOps Pipelines` Operator automatically includes default values for the configuration fields so you can use the Tekton Pipelines control plane.
237
239
238
240
**Process**
239
241
@@ -322,7 +324,7 @@ spec:
322
324
323
325
## Next Steps
324
326
325
-
After successfully installing the Alauda DevOps Pipelines Operator:
327
+
After successfully installing the `Alauda DevOps Pipelines` Operator:
326
328
327
329
- [Adjusting Optional Configuration Items of Subcomponents](../configure/customize_options)
328
330
- [Configuring Resource Quotas for Pipeline Components](../configure/customize_tekton_pipeline)
Copy file name to clipboardExpand all lines: docs/en/overview/intro.mdx
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,13 +11,13 @@ i18n:
11
11
12
12
Tekton is a powerful and flexible open-source framework for creating CI/CD systems, allowing developers to build, test, and deploy across cloud providers and on-premise systems. As part of the CD Foundation, a Linux Foundation project, Tekton provides a set of Kubernetes custom resources that serve as building blocks for creating cloud-native CI/CD pipelines.
13
13
14
-
The Alauda DevOps Pipelines Operator provides a simplified way to install, upgrade, and manage the lifecycle of Tekton components on Kubernetes clusters. It extends Kubernetes functionality by installing and managing Tekton Pipelines and its associated components, making it easier to set up and maintain a robust CI/CD environment.
14
+
The `Alauda DevOps Pipelines` Operator provides a simplified way to install, upgrade, and manage the lifecycle of Tekton components on Kubernetes clusters. It extends Kubernetes functionality by installing and managing Tekton Pipelines and its associated components, making it easier to set up and maintain a robust CI/CD environment.
15
15
16
16
## Key Components
17
17
18
-
### Alauda DevOps Pipelines Operator
18
+
### `Alauda DevOps Pipelines` Operator
19
19
20
-
The Alauda DevOps Pipelines Operator is a Kubernetes operator that manages the lifecycle of Tekton components. It provides:
20
+
The `Alauda DevOps Pipelines` Operator is a Kubernetes operator that manages the lifecycle of Tekton components. It provides:
21
21
22
22
- Simplified installation and management of Tekton components
23
23
- Automatic upgrades and configuration management
@@ -93,4 +93,4 @@ Tekton Results addresses the challenge of long-term storage and querying of CI/C
93
93
-**Complexity for Simple Workflows**: May be overly complex for very simple CI/CD needs
94
94
-**Initial Setup**: Requires proper configuration and setup of multiple components
95
95
96
-
The Alauda DevOps Pipelines Operator simplifies many of these challenges by providing an integrated and managed experience for Tekton on Kubernetes clusters.
96
+
The `Alauda DevOps Pipelines` Operator simplifies many of these challenges by providing an integrated and managed experience for Tekton on Kubernetes clusters.
0 commit comments