Skip to content

Commit 6ee18b7

Browse files
committed
Updating etcd-perf image location
Signed-off-by: Raul Sevilla <[email protected]>
1 parent cf46003 commit 6ee18b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/recommended-etcd-practices.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,14 +64,14 @@ To validate the hardware for etcd before or after you create the {product-title}
6464
[source,terminal]
6565
+
6666
----
67-
$ sudo podman run --volume /var/lib/etcd:/var/lib/etcd:Z quay.io/openshift-scale/etcd-perf
67+
$ sudo podman run --volume /var/lib/etcd:/var/lib/etcd:Z quay.io/cloud-bulldozer/etcd-perf
6868
----
6969
7070
** If you use Docker, run this command:
7171
[source,terminal]
7272
+
7373
----
74-
$ sudo docker run --volume /var/lib/etcd:/var/lib/etcd:Z quay.io/openshift-scale/etcd-perf
74+
$ sudo docker run --volume /var/lib/etcd:/var/lib/etcd:Z quay.io/cloud-bulldozer/etcd-perf
7575
----
7676
--
7777

0 commit comments

Comments
 (0)