diff --git a/getting-started/quick-start/index.html b/getting-started/quick-start/index.html index 802704fc..92c0c395 100644 --- a/getting-started/quick-start/index.html +++ b/getting-started/quick-start/index.html @@ -256,6 +256,7 @@
v0.9.0+
, or the latest version is preferred) is installed.Run the following command to download and install the latest clusteradm
command-line tool:
curl -L https://raw.githubusercontent.com/open-cluster-management-io/clusteradm/main/install.sh | bash
+
Run the following command to quickly setup a hub cluster and 2 managed clusters by kind.
curl -L https://raw.githubusercontent.com/open-cluster-management-io/OCM/main/solutions/setup-dev-environment/local-up.sh | bash
If you want to setup OCM in a production environment or on a different kubernetes distribution, please refer to the Start the control plane and Register a cluster guides.