We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46e23c8 commit cc5ac01Copy full SHA for cc5ac01
kubernetes/delete-domain.sh
@@ -24,10 +24,9 @@ function usage {
24
cat << EOF
25
Usage:
26
27
- $0 -d domain-uid,domain-uid,... [-s max-seconds] [-t]
28
- $0 -d domain-uid [-s max-seconds] [-t]
29
- $0 -d all [-s max-seconds] [-t]
30
- $0 -h
+ $(basename $0) -d domain-uid,domain-uid,... [-s max-seconds] [-t]
+ $(basename $0) -d all [-s max-seconds] [-t]
+ $(basename $0) -h
31
32
Perform a best-effort delete of the k8s artifacts for
33
the given domain(s), and retry until either max-seconds is reached
0 commit comments