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
+6 -6
View File
@@ -11,14 +11,14 @@
``` sh ``` sh
# 1. post-delete-hook.sh 실행 # 1. post-delete-hook.sh 실행
## RANCHER_NAMESPACE에 rancher가 배포된 namespace를 설정 ## RANCHER_NAMESPACE에 rancher가 배포된 namespace를 설정
$ export RANCHER_NAMESPACE="rancher" export RANCHER_NAMESPACE="rancher"
$ export NAMESPACES="cattle-fleet-system cattle-system rancher-operator-system" export NAMESPACES="cattle-fleet-system cattle-system rancher-operator-system"
$ export TIMEOUT="120" export TIMEOUT="120"
$ export IGNORETIMEOUTERROR="false" export IGNORETIMEOUTERROR="false"
$ ./post-delete-hook.sh ./post-delete-hook.sh
# 2. cleanup-rancher.sh # 2. cleanup-rancher.sh
$ ./cleanup-rancher.sh ./cleanup-rancher.sh
Do you want to continue (y/n)? y Do you want to continue (y/n)? y
``` ```