Skip to content

Commit dc088d8

Browse files
authored
Update README.md
Fix kubectl commands
1 parent c1af937 commit dc088d8

File tree

1 file changed

+3
-3
lines changed
  • examples/istio-based-service-mesh/observability

1 file changed

+3
-3
lines changed

Diff for: examples/istio-based-service-mesh/observability/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ Based on artifacts from the open-source community, this directory contains sampl
99
### Install
1010

1111
```shell
12-
kubectl apply prometheus.yaml
13-
kubectl apply grafana.yaml
12+
kubectl apply -f prometheus.yaml
13+
kubectl apply -f grafana.yaml
1414
```
1515

1616
### Test Grafana
@@ -19,4 +19,4 @@ kubectl apply grafana.yaml
1919
kubectl -n aks-istio-system port-forward service/grafana 3000:3000
2020
```
2121

22-
Open http://localhost:3000 in your browser to monitor the health status of your mesh.
22+
Open http://localhost:3000 in your browser to monitor the health status of your mesh.

0 commit comments

Comments
 (0)