From 7518ce3ae9ac382e7fa2cf5c8a203fec7d9fa9c6 Mon Sep 17 00:00:00 2001 From: khanhtc1202 Date: Fri, 16 Aug 2024 22:36:36 +0700 Subject: [PATCH] Add note about local-down-karmada.sh script to hack README Signed-off-by: khanhtc1202 --- hack/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hack/README.md b/hack/README.md index de625268b496..75f649a42720 100644 --- a/hack/README.md +++ b/hack/README.md @@ -12,6 +12,8 @@ ensures development quality. - [`local-up-karmada.sh`](local-up-karmada.sh) This script will quickly set up a local development environment with member clusters based on the current codebase. +- [`local-down-karmada.sh`](local-down-karmada.sh) This script will clean up the whole local deployment environment installed by the previous `local-up-karmada.sh` script. + - [`remote-up-karmada.sh`](remote-up-karmada.sh) This script will install Karmada to a standalone K8s cluster, this cluster may be real, remote , and even for production. It is worth noting for the connectivity from your client to Karmada API server, it will directly use host network by default, else `export LOAD_BALANCER=true` with the `LoadBalancer` type service before the following script.