mirror of https://github.com/easzlab/kubeasz.git
add getopts flag for containerd version
parent
6c8060b137
commit
7aa2d5f943
|
@ -351,7 +351,7 @@ function main() {
|
|||
|
||||
export REGISTRY_MIRROR="CN"
|
||||
ACTION=""
|
||||
while getopts "CDPSd:e:k:m:p:z:" OPTION; do
|
||||
while getopts "CDPSd:e:k:m:p:z:c:" OPTION; do
|
||||
case "$OPTION" in
|
||||
C)
|
||||
ACTION="clean_container"
|
||||
|
|
Loading…
Reference in New Issue