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
* For more information about domain mapping settings for {ServerlessProductName}, see xref:../../serverless/security/serverless-custom-domains.adoc#serverless-custom-domains[Configuring a custom domain for a Knative service].
89
89
* For more information about Knative autoscaling settings for {ServerlessProductName}, see xref:../../serverless/develop/serverless-autoscaling-developer.adoc#serverless-autoscaling-developer[Autoscaling].
90
90
* For more information about adding a new user to a project, see xref:../projects/working-with-projects.adoc#odc-providing-project-permissions-using-developer-perspective_projects[Working with projects].
91
-
* For more information about creating a Helm Chart repository, see xref:../working_with_helm_charts/configuring-custom-helm-chart-repositories.adoc#odc-installing-helm-charts-using-developer-perspective_configuring-custom-helm-chart-repositories[Creating Helm Chart repositories].
91
+
* For more information about creating a Helm Chart repository, see xref:../working_with_helm_charts/configuring-custom-helm-chart-repositories.adoc#odc-creating-helm-releases-using-developer-perspective_configuring-custom-helm-chart-repositories[Creating Helm Chart repositories].
= Creating Helm releases using the Developer perspective
4
4
5
-
You can use either the *Developer* perspective in the web console or the CLI to select and install a chart from the Helm charts listed in the *Developer Catalog*. You can create Helm releases by installing Helm charts and see them in the *Developer* perspective of the web console.
5
+
You can use either the *Developer* perspective in the web console or the CLI to select and create a release from the Helm charts listed in the *Developer Catalog*. You can create Helm releases by installing Helm charts and see them in the *Developer* perspective of the web console.
6
6
7
7
.Prerequisites
8
8
* You have logged in to the web console and have switched to xref:../../web_console/web-console-overview.adoc#about-developer-perspective_web-console-overview[the *Developer* perspective].
@@ -12,12 +12,12 @@ To create Helm releases from the Helm charts provided in the *Developer Catalog*
12
12
13
13
. In the *Developer* perspective, navigate to the *+Add* view and select a project. Then click *Helm Chart* option to see all the Helm Charts in the *Developer Catalog*.
14
14
. Select a chart and read the description, README, and other details about the chart.
15
-
. Click *Install Helm Chart*.
15
+
. Click *Create*.
16
16
+
17
17
.Helm charts in developer catalog
18
-
image::odc_helm_chart_devcatalog.png[]
18
+
image::odc_helm_chart_devcatalog_new.png[]
19
19
+
20
-
. In the *Install Helm Chart* page:
20
+
. In the *Create Helm Release* page:
21
21
.. Enter a unique name for the release in the *Release Name* field.
22
22
.. Select the required chart version from the *Chart Version* drop-down list.
23
23
.. Configure your Helm chart by using the *Form View* or the *YAML View*.
Where available, you can switch between the *YAML View* and *Form View*. The data is persisted when switching between the views.
28
28
====
29
29
+
30
-
.. Click *Install* to create a Helm release. You will be redirected to the *Topology* view where the release is displayed. If the Helm chart has release notes, the chart is pre-selected and the right panel displays the release notes for that release.
30
+
.. Click *Create* to create a Helm release. The web console displays the new release in the *Topology* view.
31
+
+
32
+
If a Helm chart has release notes, the web console displays them.
33
+
+
34
+
If a Helm chart creates workloads, the web console displays them on the *Topology* or *Helm release details* page. The workloads are `DaemonSet`, `CronJob`, `Pod`, `Deployment`, and `DeploymentConfig`.
31
35
32
36
.. View the newly created Helm release in the *Helm Releases* page.
33
37
34
-
You can upgrade, rollback, or uninstall a Helm release by using the *Actions* button on the side panel or by right-clicking a Helm release.
38
+
You can upgrade, rollback, or delete a Helm release by using the *Actions* button on the side panel or by right-clicking a Helm release.
0 commit comments