Skip to content

Commit 5b70380

Browse files
authored
Merge pull request #5389 from khanhtc1202/add-hack-note
Add note about local-down-karmada.sh script to hack README
2 parents bcefb22 + 7518ce3 commit 5b70380

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: hack/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ ensures development quality.
1212

1313
- [`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.
1414

15+
- [`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.
16+
1517
- [`remote-up-karmada.sh`](remote-up-karmada.sh) This script will install Karmada to a standalone K8s cluster, this cluster
1618
may be real, remote , and even for production. It is worth noting for the connectivity from your client to Karmada API server,
1719
it will directly use host network by default, else `export LOAD_BALANCER=true` with the `LoadBalancer` type service before the following script.

0 commit comments

Comments
 (0)