You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-arc/kubernetes/tutorial-arc-enabled-open-service-mesh.md
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -133,7 +133,7 @@ also include and update the subsequent `certmanager.issuer` lines.
133
133
}
134
134
```
135
135
136
-
[Now, install OSM with custom values](#setting-values-during-osm-installation).
136
+
Now, [install OSM with custom values](#setting-values-during-osm-installation).
137
137
138
138
### Install OSM with Contour for Ingress
139
139
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
154
154
}
155
155
```
156
156
157
-
[Now, install OSM with custom values](#setting-values-during-osm-installation).
157
+
Now, [install OSM with custom values](#setting-values-during-osm-installation).
158
158
159
159
### Setting values during OSM installation
160
160
Values that need to be set during OSM installation need to be saved to a JSON file and passed in through the Azure CLI
161
161
install command.
162
162
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:
164
165
```azurecli-interactive
165
166
export SETTINGS_FILE=<json-file-path>
166
167
```
@@ -246,7 +247,7 @@ az deployment group create --name $DEPLOYMENT_NAME --resource-group $RESOURCE_GR
246
247
247
248
You should now be able to view the OSM resources and use the OSM extension in your cluster.
248
249
249
-
## Validate the Azure Arc-enabled Open Service Mesh installation
250
+
## Validate installation
250
251
251
252
Run the following command.
252
253
@@ -398,7 +399,7 @@ To make changes to the OSM ConfigMap for version v0.8.4, use the following guida
398
399
> [!NOTE]
399
400
> 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.
400
401
401
-
## Using the Azure Arc-enabled Open Service Mesh
402
+
## Using Azure Arc-enabled OSM
402
403
403
404
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.
404
405
@@ -530,7 +531,7 @@ Make sure to back up your Custom Resources prior to deleting the CRDs so that th
0 commit comments