Skip to content

Commit 9022a37

Browse files
Merge pull request #17 from iNecas/simulate-in-cluster-monitoring
docs: update simulation instructions
2 parents 2c1f28e + 8381c4c commit 9022a37

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)