Skip to content

Commit 1beeacd

Browse files
pabel-rhopenshift-cherrypick-robot
authored andcommitted
Incorporated Lindsey's and Dominika's comments
1 parent 77c0a22 commit 1beeacd

File tree

3 files changed

+8
-10
lines changed

3 files changed

+8
-10
lines changed

assemblies/assembly-using-kubernetes-custom-actions.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
[id='con-Kubernetes-custom-actions_{context}']
22
= Kubernetes custom actions in {product}
33

4-
The Kubernetes custom actions plugin is preinstalled and disabled on a {product-short} instance by default. You can disable or enable the Kubernetes custom plugin, and change other parameters, by configuring the {product} Helm chart. You can install and use Kubernetes custom actions to create and manage Kubernetes resources.
4+
With Kubernetes custom actions, you can create and manage Kubernetes resources.
5+
6+
The Kubernetes custom actions plugin is preinstalled and disabled on a {product-short} instance by default. You can disable or enable the Kubernetes custom actions plugin, and change other parameters, by configuring the {product} Helm chart.
57

68
[NOTE]
79
====

modules/using-kubernetes-custom-actions/proc-enable-kubernetes-custom-actions-plugin.adoc

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
11
[id='proc-enable-kubernetes-custom-actions-plugin_{context}']
22
= Enabling Kubernetes custom actions plugin in {product}
33

4-
In {product}, the Kubernetes custom actions are provided as a preinstalled plugin, which is disabled by default. You can enable the Kubernetes custom plugin using the following procedure.
4+
In {product}, the Kubernetes custom actions are provided as a preinstalled plugin, which is disabled by default. You can enable the Kubernetes custom actions plugin by updating the `disabled` key value in your Helm chart.
55

66
.Prerequisites
77

8-
* {product} is installed and running.
9-
For more information about installing the {product-short}, see xref:{installing-on-ocp-book-url}#assembly-install-rhdh-ocp-helm[{installing-on-ocp-book-title} with the Helm chart].
10-
* You have created a project in the {product-short}.
8+
* You have installed {product} with the Helm chart.
119

1210
.Procedure
1311

14-
To enable the Kubernetes custom plugin, complete the following step:
12+
To enable the Kubernetes custom actions plugin, complete the following step:
1513

1614
* In your Helm chart, add a `package` with the Kubernetes custom action plugin name and update the `disabled` field. For example:
1715
+
@@ -23,7 +21,7 @@ global:
2321
includes:
2422
- dynamic-plugins.default.yaml
2523
plugins:
26-
- package: ./dynamic-plugins/dist/backstage-community-plugin-scaffolder-backend-module-servicenow-dynamic
24+
- package: ./dynamic-plugins/dist/backstage-community-plugin-scaffolder-backend-module-kubernetes-dynamic
2725
disabled: false
2826
----
2927

modules/using-kubernetes-custom-actions/ref-supported-kubernetes-custom-actions.adoc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,9 @@
33

44
In {product}, you can use custom Kubernetes actions in scaffolder templates.
55

6-
== Custom Kubernetes scaffolder actions
6+
.Custom Kubernetes scaffolder actions
77

88
Action: kubernetes:create-namespace::
9-
+
10-
119
Creates a namespace for the Kubernetes cluster in the {product-short}.
1210

1311
[cols="15%,15%,15%,40%,15%", frame="all", options="header"]

0 commit comments

Comments
 (0)