Update README.md
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user