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