We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2afb4be + 6ee18b7 commit 436ef43Copy full SHA for 436ef43
modules/recommended-etcd-practices.adoc
@@ -64,14 +64,14 @@ To validate the hardware for etcd before or after you create the {product-title}
64
[source,terminal]
65
+
66
----
67
-$ sudo podman run --volume /var/lib/etcd:/var/lib/etcd:Z quay.io/openshift-scale/etcd-perf
+$ sudo podman run --volume /var/lib/etcd:/var/lib/etcd:Z quay.io/cloud-bulldozer/etcd-perf
68
69
70
** If you use Docker, run this command:
71
72
73
74
-$ sudo docker run --volume /var/lib/etcd:/var/lib/etcd:Z quay.io/openshift-scale/etcd-perf
+$ sudo docker run --volume /var/lib/etcd:/var/lib/etcd:Z quay.io/cloud-bulldozer/etcd-perf
75
76
--
77
0 commit comments