use reapers to delete objects

This commit is contained in:
Tuna
2016-09-02 10:10:48 +07:00
parent e08ab06f2c
commit aafba39a42
2 changed files with 40 additions and 23 deletions
+1 -2
View File
@@ -243,8 +243,7 @@ func Down(c *cli.Context) {
if len(file) > 0 && file != "docker-compose.yml" {
logrus.Fatalf("Error: --file/--bundle and --all cannot be specified at the same time")
}
fmt.Println("Using flag --all/-a will delete all resources in the kubernetes cluster.")
fmt.Print("Are you sure to continue? (yes/no): ")
fmt.Print("Are you sure? (yes/no): ")
if !askForConfirmation() {
return
}