Skip to content

Commit 8381c4c

Browse files
committed
docs: update simulation instructions
We moved to in cluster prometheus, update the docs for simulation to match this change.
1 parent 2c1f28e commit 8381c4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

development.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Finally, one can copy the files to the cluster that's running the health analyze
7777
``` sh
7878
for d in data/*; do
7979
echo $d
80-
kubectl cp $d openshift-user-workload-monitoring/prometheus-user-workload-0:/prometheus -c prometheus
80+
kubectl cp $d openshift-monitoring/prometheus-k8s-0:/prometheus -c prometheus
8181
done
8282
```
8383

0 commit comments

Comments
 (0)