Skip to content

Commit

Permalink
OSSM-4041: Update infrastructure node content
Browse files Browse the repository at this point in the history
  • Loading branch information
rh-tokeefe committed Jun 1, 2023
1 parent 5574421 commit 06cab48
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 10 deletions.
13 changes: 13 additions & 0 deletions modules/ossm-about-control-plane-and-infrastructure-nodes.adoc
@@ -0,0 +1,13 @@
// Module included in the following assemblies:
// * service_mesh/v2x/ossm-create-smcp.adoc

:_content-type: CONCEPT
[id="ossm-about-control-plane-and-infrastructure-nodes_{context}"]
= About control plane and infrastructure nodes

Infrastructure nodes provide a way to isolate infrastructure workloads for two primary purposes:

* To prevent incurring billing costs against subscription counts.
* To separate maintenance and management.
You can configure some or all of the {SMProductShortName} control plane components to run on infrastructure nodes.
Expand Up @@ -3,10 +3,10 @@
// * service_mesh/v2x/ossm-deployment-models.adoc

:_content-type: PROCEDURE
[id="ossm-config-control-plane-infrastructure-node_{context}"]
= Configuring all {SMProductShortName} control plane components to run on infrastructure nodes
[id="ossm-config-control-plane-infrastructure-node-cli_{context}"]
= Configuring all control plane components to run on infrastructure nodes

This task should only be performed if all of the components deployed by the {SMProductShortName} control plane (including Istiod, Ingress Gateway, and Egress Gateway) along with optional elements (such as Prometheus, Grafana, and Distributed Tracing) are running on infrastructure nodes.
You can configure all of the {SMProductShortName} control plane components to run on infrastructure nodes using the CLI. This task should only be performed if all of the components deployed by the {SMProductShortName} control plane, including Istiod, Ingress Gateway, and Egress Gateway, along with optional elements, such as Prometheus, Grafana, and Distributed Tracing, are running on infrastructure nodes.

If the control plane runs on a worker node, skip this task.

Expand Down
Expand Up @@ -3,12 +3,12 @@
// * service_mesh/v2x/ossm-deployment-models.adoc

:_content-type: PROCEDURE
[id="ossm-config-individual-control-plane-infrastructure-node_{context}"]
= Configuring individual {SMProductShortName} control plane components to run on infrastructure nodes
[id="ossm-config-individual-control-plane-infrastructure-node-cli_{context}"]
= Configuring individual control plane components to run on infrastructure nodes

This task should only be performed if individual {SMProductShortName} control plane components (such as Istiod, the Ingress Gateway, and the Egress Gateway) will run on infrastructure nodes.
You can configure individual {SMProductShortName} control plane components to run on infrastructure nodes using the CLI. This task should only be performed if individual {SMProductShortName} control plane components, such as Istiod, the Ingress Gateway, and the Egress Gateway, run on infrastructure nodes.

If the control plane will run on a worker node, skip this task.
If the control plane runs on a worker node, skip this task.

.Procedure

Expand Down
8 changes: 5 additions & 3 deletions service_mesh/v2x/ossm-create-smcp.adoc
Expand Up @@ -29,11 +29,13 @@ include::modules/ossm-control-plane-cli.adoc[leveloffset=+1]

include::modules/ossm-validate-smcp-cli.adoc[leveloffset=+1]

include::modules/ossm-config-control-plane-infrastructure-node.adoc[leveloffset=+1]
include::modules/ossm-about-control-plane-and-infrastructure-nodes.adoc[leveloffset=+1]

include::modules/ossm-config-individual-control-plane-infrastructure-node.adoc[leveloffset=+1]
include::modules/ossm-config-control-plane-infrastructure-node-cli.adoc[leveloffset=+2]

include::modules/ossm-confirm-smcp-infrastructure-node.adoc[leveloffset=+1]
include::modules/ossm-config-individual-control-plane-infrastructure-node-cli.adoc[leveloffset=+2]

include::modules/ossm-confirm-smcp-infrastructure-node.adoc[leveloffset=+2]

include::modules/ossm-validate-smcp-kiali.adoc[leveloffset=+1]

Expand Down

0 comments on commit 06cab48

Please sign in to comment.