From a277340b0819bc2a202353e46ac882ddbe48d03b Mon Sep 17 00:00:00 2001 From: "xin.li" Date: Thu, 9 Jun 2022 14:58:05 +0800 Subject: [PATCH] update crd version Signed-off-by: xin.li --- docs/installation/installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/installation/installation.md b/docs/installation/installation.md index b0f49d609..2a44ebfe0 100644 --- a/docs/installation/installation.md +++ b/docs/installation/installation.md @@ -143,9 +143,9 @@ Create a cluster named `host` by `hack/create-cluster.sh`: hack/create-cluster.sh host $HOME/.kube/host.config ``` -Install Karmada v1.1.0 by command `kubectl karmada init`: +Install Karmada v1.2.0 by command `kubectl karmada init`: ```bash -kubectl karmada init --crds https://github.com/karmada-io/karmada/releases/download/v1.1.0/crds.tar.gz --kubeconfig=$HOME/.kube/host.config +kubectl karmada init --crds https://github.com/karmada-io/karmada/releases/download/v1.2.0/crds.tar.gz --kubeconfig=$HOME/.kube/host.config ``` Check installed components: