From 876fe1248a71efd24618314cf7476231e38af3aa Mon Sep 17 00:00:00 2001 From: "openshift-ci[bot]" Date: Mon, 6 Nov 2023 01:11:57 +0000 Subject: [PATCH] deploy: 0ffec159afe91642ea5466c7013f0803f32f846a --- getting-started/quick-start/index.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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.