only print warning and keep deleting objects

This commit is contained in:
Tuna
2016-09-02 10:10:48 +07:00
parent aafba39a42
commit f2769066ca
3 changed files with 8 additions and 84 deletions
-5
View File
@@ -129,11 +129,6 @@ func DownCommand() cli.Command {
Usage: "Specify a Distributed Application Bundle (DAB) file",
EnvVar: "DAB_FILE",
},
cli.BoolFlag{
Name: "all, a",
Usage: "Delete all resources in default namespace of the kubernetes cluster",
EnvVar: "DOWN_ALL",
},
},
}
}