Installing Alauda Container Platform Builds
Prerequisites
Alauda Container Platform Builds is a container tool offered by that integrates building (capable of Source to Image) and create application.
- Download the latest version package of Alauda Container Platform Builds that matches your platform. If the Tekton operator has not been installed on the Kubernetes cluster, it is recommended to download it together.
- Utilize the
violet
CLI tool to upload Alauda Container Platform Builds and Tekton packages to your target cluster. For detailed instructions on using violet
, please refer to the CLI.
Procedure
Install the Alauda Container Platform Builds Operator
- Log in, and navigate to the Platform Management page.
- Click Marketplace > OperatorHub.
- Find the Alauda Container Platform Builds operator, click Install, and enter the Install page.
Configuration Parameters:
Parameter | Recommended Configuration |
---|
Channel | Alpha : The default Channel is set to alpha. |
Version | Please select the latest version. |
Installation Mode | Cluster : A single Operator is shared across all namespaces in the cluster for instance creation and management, resulting in lower resource usage. |
Namespace | Recommended : It is recommended to use the shipyard-operator namespace; it will be created automatically if it does not exist. |
Upgrade Strategy | Please select the Manual . Manual : When a new version is available in the OperatorHub- the Upgrade action will not be executed automatically.
|
- On the Install page, select default configuration, click Install, and complete the installation of the Alauda Container Platform Builds Operator.
Install the Shipyard instance
-
Click on Marketplace > OperatorHub.
-
Find the installed Alauda Container Platform Builds operator, navigate to All Instances.
-
Click Create Instance button, and click Shipyard card in the resource area.
-
On the parameter configuration page for the instance, you may use the default configuration unless there are specific requirements.
-
Click Create.
Verification
- After the instance is successfully creted, wait approximately "20 mins" before switching to Container Platform > Applications > Applications and click on Create.
- You should see the entry for Create from Code. At this time, the installation of Alauda Container Platform Builds is successful, and you can start your S2I journey with the Creating an application from Code.