Skip to content

Commit c9124b0

Browse files
committed
minor title changes
1 parent 25f7c24 commit c9124b0

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

articles/azure-arc/kubernetes/tutorial-arc-enabled-open-service-mesh.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ also include and update the subsequent `certmanager.issuer` lines.
133133
}
134134
```
135135

136-
[Now, install OSM with custom values](#setting-values-during-osm-installation).
136+
Now, [install OSM with custom values](#setting-values-during-osm-installation).
137137

138138
### Install OSM with Contour for Ingress
139139
OSM provides multiple options to expose mesh services externally using ingress. OSM can use [Contour](https://projectcontour.io/), which
@@ -154,13 +154,14 @@ To set required values for configuring Contour during OSM installation, create t
154154
}
155155
```
156156

157-
[Now, install OSM with custom values](#setting-values-during-osm-installation).
157+
Now, [install OSM with custom values](#setting-values-during-osm-installation).
158158

159159
### Setting values during OSM installation
160160
Values that need to be set during OSM installation need to be saved to a JSON file and passed in through the Azure CLI
161161
install command.
162162

163-
Once you have created a JSON file with applicable values as described above, set the file path as an environment variable:
163+
Once you have created a JSON file with applicable values as described in above custom installation sections, set the
164+
file path as an environment variable:
164165
```azurecli-interactive
165166
export SETTINGS_FILE=<json-file-path>
166167
```
@@ -246,7 +247,7 @@ az deployment group create --name $DEPLOYMENT_NAME --resource-group $RESOURCE_GR
246247

247248
You should now be able to view the OSM resources and use the OSM extension in your cluster.
248249

249-
## Validate the Azure Arc-enabled Open Service Mesh installation
250+
## Validate installation
250251

251252
Run the following command.
252253

@@ -398,7 +399,7 @@ To make changes to the OSM ConfigMap for version v0.8.4, use the following guida
398399
> [!NOTE]
399400
> To ensure that the ConfigMap changes are not reverted to the default, pass in the same configuration settings to all subsequent az k8s-extension create commands.
400401

401-
## Using the Azure Arc-enabled Open Service Mesh
402+
## Using Azure Arc-enabled OSM
402403

403404
To start using OSM capabilities, you need to first onboard the application namespaces to the service mesh. Download the OSM CLI from [OSM GitHub releases page](https://github.com/openservicemesh/osm/releases/). Once the namespaces are added to the mesh, you can configure the SMI policies to achieve the desired OSM capability.
404405

@@ -530,7 +531,7 @@ Make sure to back up your Custom Resources prior to deleting the CRDs so that th
530531
531532
5. Recreate Custom Resources using new CRDs
532533
533-
## Uninstall Azure Arc-enabled Open Service Mesh
534+
## Uninstall Azure Arc-enabled OSM
534535
535536
Use the following command:
536537

0 commit comments

Comments
 (0)