Skip to content

Commit f20275b

Browse files
authored
Merge pull request #176392 from nshankar13/nshankar/OSM_AKS_add_on_fix_bugs
OSM aks addon: Fix namespace typo
2 parents 1a0a2d1 + 54f0c55 commit f20275b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/aks/open-service-mesh-azure-monitor.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The OSM AKS add-on will have deep integrations into both of these Azure services
2020

2121
Once the OSM AKS add-on has been enabled on the AKS cluster, Azure Monitor needs to be enabled in the cluster via Azure portal. Click on the AKS cluster, navigate to the "Insights" tab under "Monitoring," and select "Enable."
2222

23-
Once Azure Monitor has been enabled, you should be able to see the following logs in the kube-system namespace:
23+
Once Azure Monitor has been enabled, you should be able to see the following pods in the kube-system namespace:
2424

2525
```
2626
kube-system omsagent-5pn4c 1/1 Running 0 24m
@@ -34,16 +34,16 @@ kube-system omsagent-rs-74b8f7dfd8-rp5vx 1/1 Running 1
3434
For metrics to be scraped from a particular namespace monitored by the mesh, the following command needs to be run:
3535

3636
```sh
37-
osm metrics enable --osm-namespace <namespace>
37+
osm metrics enable --namespace <namespace>
3838
```
3939

4040
For instance, if you are running the [bookstore demo](https://docs.openservicemesh.io/docs/getting_started/quickstart/manual_demo/), you would run the `osm metrics enable` command on the following namespaces:
4141

4242
```sh
43-
osm metrics enable --osm-namespace bookbuyer
44-
osm metrics enable --osm-namespace bookstore
45-
osm metrics enable --osm-namespace bookthief
46-
osm metrics enable --osm-namespace bookwarehouse
43+
osm metrics enable --namespace bookbuyer
44+
osm metrics enable --namespace bookstore
45+
osm metrics enable --namespace bookthief
46+
osm metrics enable --namespace bookwarehouse
4747
```
4848
## Apply ConfigMaps
4949

0 commit comments

Comments
 (0)