Update README.md

This commit is contained in:
GunSik Choi
2025-01-13 16:37:57 +09:00
committed by GitHub
parent 5451f16d72
commit c3dbb6e9b3
+7 -7
View File
@@ -11,14 +11,14 @@
``` sh
# 1. post-delete-hook.sh 실행
## RANCHER_NAMESPACE에 rancher가 배포된 namespace를 설정
$ export RANCHER_NAMESPACE="rancher"
$ export NAMESPACES="cattle-fleet-system cattle-system rancher-operator-system"
$ export TIMEOUT="120"
$ export IGNORETIMEOUTERROR="false"
$ ./post-delete-hook.sh
export RANCHER_NAMESPACE="rancher"
export NAMESPACES="cattle-fleet-system cattle-system rancher-operator-system"
export TIMEOUT="120"
export IGNORETIMEOUTERROR="false"
./post-delete-hook.sh
# 2. cleanup-rancher.sh
$ ./cleanup-rancher.sh
./cleanup-rancher.sh
Do you want to continue (y/n)? y
```
@@ -27,4 +27,4 @@ Do you want to continue (y/n)? y
- rancher 사용 중 생성한 app 삭제, helm 배포 중 생성한 리소스 삭제 등의 작업을 진행한다.
#### 2) cleanup-rancher
- rancher가 실행하며 생성한 CRD와 Namespace를 삭제한다.
- rancher가 실행하며 생성한 CRD와 Namespace를 삭제한다.