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 @@

Quick Start


@@ -266,7 +267,10 @@

Prerequisites

  • Ensure kubectl and kustomize are installed.
  • Ensure kind(greater than v0.9.0+, or the latest version is preferred) is installed.
  • -

    Setup hub and managed cluster

    +

    Install clusteradm CLI tool

    +

    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
    +

    Setup hub and managed cluster

    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.