Skip to content

Commit 436ef43

Browse files
authored
Merge pull request #67092 from rsevilla87/etcd-perf
2 parents 2afb4be + 6ee18b7 commit 436ef43

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)