Deploy the Helm application based on the Helm template¶
Workbench supports building applications in four ways: Git repository, Jar package, container image, and Helm template. This article describes how to deploy Helm applications through Helm templates.
prerequisites¶
- Need to create a workspace and a user, the user needs to join the workspace and give
workspace edit
role. Refer to Creating a workspace, Users and roles.
Steps¶
-
After entering Workbench module, click
Wizard
on the left navigation bar, and then selectBased on Helm template
. -
Select the cluster where the application needs to be deployed at the top of the page, and then click the Helm Chart card to be deployed, such as "docker-registry".
Note
- Click the list on the right of
Repositories
to filter the Helm repository - Click the list on the right of
Type
to filter the type of Helm Chart - You can also directly enter the name of the Chart in the search box on the right to quickly find the Helm application that needs to be deployed
- Click the list on the right of
-
Read the application's installation prerequisites, parameter configuration instructions and other information, select the version to be installed in the upper right corner, and click
Install
. -
Set basic information such as application name and namespace, then configure parameters through the form or YAML below, and finally click
OK
at the bottom of the page.- Ready Wait: When enabled, it will wait for all associated resources under the application to be in the ready state before marking the application installation as successful.
- Failed to delete: If the plugin installation fails, delete the associated resources that have already been installed. After it is enabled, the ready wait will be enabled synchronously by default.
- Detailed log: When enabled, a detailed log of the installation process will be recorded.
-
Click the
Change
tab underParameter Configuration
to view the parameter changes using the comparison view.
-
The page automatically jumps to the Helm application list under the overview page, and you can view the installed Helm applications under the current cluster.
Click the application name to jump to the container management module to view application details.
Note
If you need to update and delete the Helm application, you need to click the application name to jump to the container management module, and perform update and deletion on the application details page and more operations.