Skip to content

Commit dbbe48c

Browse files
authored
Merge pull request #44175 from JStickler/TOCNav
Restoring lost TOC formatting.
2 parents 30a0c8c + ed7bcec commit dbbe48c

File tree

6 files changed

+9
-2
lines changed

6 files changed

+9
-2
lines changed

service_mesh/v2x/ossm-create-mesh.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
include::_attributes/common-attributes.adoc[]
55
:context: ossm-create-mesh
66

7+
toc::[]
8+
79
After installing the Operators and `ServiceMeshControlPlane` resource, add applications, workloads, or services to your mesh by creating a `ServiceMeshMemberRoll` resource and specifying the namespaces where your content is located. If you already have an application, workload, or service to add to a `ServiceMeshMemberRoll` resource, use the following steps. Or, to install a sample application called Bookinfo and add it to a `ServiceMeshMemberRoll` resource, skip to the tutorial for installing the xref:../../service_mesh/v2x/ossm-create-mesh.adoc#ossm-tutorial-bookinfo-overview_ossm-create-mesh[Bookinfo example application] to see how an application works in {SMProductName}.
810

911
The items listed in the `ServiceMeshMemberRoll` resource are the applications and workflows that are managed by the `ServiceMeshControlPlane` resource. The control plane, which includes the {SMProductShortName} Operators, Istiod, and `ServiceMeshControlPlane`, and the data plane, which includes applications and Envoy proxy, must be in separate namespaces.

service_mesh/v2x/ossm-create-smcp.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
include::_attributes/common-attributes.adoc[]
55
:context: ossm-create-smcp
66

7+
toc::[]
8+
79
You can deploy a basic installation of the `ServiceMeshControlPlane` by using either the {product-title} web console or from the command line using the `oc` client tool.
810

911
[NOTE]

service_mesh/v2x/ossm-deployment-models.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
include::_attributes/common-attributes.adoc[]
55
:context: ossm-deployment-models
66

7+
toc::[]
8+
79
{SMProductName} supports several different deployment models that can be combined in different ways to best suit your business requirements.
810

911
include::modules/ossm-deploy-single-mesh.adoc[leveloffset=+1]

service_mesh/v2x/ossm-reference-smcp.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
include::_attributes/common-attributes.adoc[]
55
:context: ossm-reference
66

7+
toc::[]
8+
79
You can customize your {SMProductName} by modifying the default `ServiceMeshControlPlane` (SMCP) resource or by creating a completely custom SMCP resource. This reference section documents the configuration options available for the SMCP resource.
810

911
include::modules/ossm-cr-example.adoc[leveloffset=+1]

service_mesh/v2x/ossm-security.adoc

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

77
toc::[]
88

9-
109
If your service mesh application is constructed with a complex array of microservices, you can use {SMProductName} to customize the security of the communication between those services. The infrastructure of {product-title} along with the traffic management features of {SMProductShortName} help you manage the complexity of your applications and secure microservices.
1110

1211
.Before you begin

service_mesh/v2x/prepare-to-deploy-applications-ossm.adoc

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

77
toc::[]
88

9-
After adding your services to a mesh, enable automatic sidecar injection in the deployment resource for your application. You must enable automatic sidecar injection for each deployment.
9+
After adding your services to a mesh, enable automatic sidecar injection in the deployment resource for your application. You must enable automatic sidecar injection for each deployment.
1010

1111
If you have installed the Bookinfo sample application, the application was deployed and the sidecars were injected. If you are using your own project and service, deploy your applications on {product-title}. For more information, see xref:../../applications/deployments/what-deployments-are.html[Understanding Deployment and DeploymentConfig objects].
1212

0 commit comments

Comments
 (0)