Skip to content

Commit f0a0c0d

Browse files
Changes for RHDEVDOCS-4829 after SME QE and Peer review
1 parent fd768f1 commit f0a0c0d

7 files changed

+23
-19
lines changed

applications/creating_applications/odc-creating-applications-using-developer-perspective.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,4 +88,4 @@ include::modules/odc-exporting-an-application-to-another-project-or-cluster.adoc
8888
* 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].
8989
* For more information about Knative autoscaling settings for {ServerlessProductName}, see xref:../../serverless/develop/serverless-autoscaling-developer.adoc#serverless-autoscaling-developer[Autoscaling].
9090
* 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].

applications/working_with_helm_charts/configuring-custom-helm-chart-repositories.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ include::_attributes/common-attributes.adoc[]
77
toc::[]
88

99
[role="_abstract"]
10-
You can install Helm charts on an {product-title} cluster using the following methods:
10+
You can create Helm releases on an {product-title} cluster using the following methods:
1111

1212
* The CLI.
1313
* The *Developer* perspective of the web console.
@@ -28,7 +28,7 @@ In the *Developer* perspective of the web console, you can use the *Helm* page t
2828
2929
include::modules/helm-installing-a-helm-chart-on-an-openshift-cluster.adoc[leveloffset=+1]
3030

31-
include::modules/odc-installing-helm-charts-using-developer-perspective.adoc[leveloffset=+1]
31+
include::modules/odc-creating-helm-releases-using-developer-perspective.adoc[leveloffset=+1]
3232

3333
== Using Helm in the web terminal
3434

applications/working_with_helm_charts/odc-working-with-helm-releases.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ include::_attributes/common-attributes.adoc[]
66

77
toc::[]
88

9-
You can use the *Developer* perspective in the web console to update, rollback, or uninstall a Helm release.
9+
You can use the *Developer* perspective in the web console to update, rollback, or delete a Helm release.
1010

1111
== Prerequisites
1212

@@ -17,4 +17,4 @@ include::modules/odc-upgrading-helm-release.adoc[leveloffset=+1]
1717

1818
include::modules/odc-rolling-back-helm-release.adoc[leveloffset=+1]
1919

20-
include::modules/odc-uninstalling-helm-release.adoc[leveloffset=+1]
20+
include::modules/odc-deleting-helm-release.adoc[leveloffset=+1]

applications/working_with_helm_charts/understanding-helm.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ Helm is a software package manager that simplifies deployment of applications an
1212
Helm uses a packaging format called _charts_.
1313
A Helm chart is a collection of files that describes the {product-title} resources.
1414

15-
A running instance of the chart in a cluster is called a _release_. A new release is created every time a chart is installed on the cluster.
15+
Creating a chart in a cluster creates a running instance of the chart known as a _release_.
1616

17-
Each time a chart is installed, or a release is upgraded or rolled back, an incremental revision is created.
17+
Each time a chart is created, or a release is upgraded or rolled back, an incremental revision is created.
1818

1919

2020
== Key features
169 KB
Loading
Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
:_content-type: PROCEDURE
2-
[id="odc-installing-helm-charts-using-developer-perspective_{context}"]
3-
= Installing Helm charts using the Developer perspective
2+
[id="odc-creating-helm-releases-using-developer-perspective_{context}"]
3+
= Creating Helm releases using the Developer perspective
44

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.
66

77
.Prerequisites
88
* 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*
1212

1313
. 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*.
1414
. Select a chart and read the description, README, and other details about the chart.
15-
. Click *Install Helm Chart*.
15+
. Click *Create*.
1616
+
1717
.Helm charts in developer catalog
18-
image::odc_helm_chart_devcatalog.png[]
18+
image::odc_helm_chart_devcatalog_new.png[]
1919
+
20-
. In the *Install Helm Chart* page:
20+
. In the *Create Helm Release* page:
2121
.. Enter a unique name for the release in the *Release Name* field.
2222
.. Select the required chart version from the *Chart Version* drop-down list.
2323
.. Configure your Helm chart by using the *Form View* or the *YAML View*.
@@ -27,8 +27,12 @@ image::odc_helm_chart_devcatalog.png[]
2727
Where available, you can switch between the *YAML View* and *Form View*. The data is persisted when switching between the views.
2828
====
2929
+
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`.
3135

3236
.. View the newly created Helm release in the *Helm Releases* page.
3337

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.
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
:_content-type: PROCEDURE
2-
[id="odc-uninstalling-helm-release_{context}"]
3-
= Uninstalling a Helm release
2+
[id="odc-deleting-helm-release_{context}"]
3+
= Deleting a Helm release
44

55
.Procedure
6-
. In the *Topology* view, right-click the Helm release and select *Uninstall Helm Release*.
7-
. In the confirmation prompt, enter the name of the chart and click *Uninstall*.
6+
. In the *Topology* view, right-click the Helm release and select *Delete Helm Release*.
7+
. In the confirmation prompt, enter the name of the chart and click *Delete*.

0 commit comments

Comments
 (0)