Merge pull request #15634 from bbalp/update-system-reset-warning-message

Update system reset warning message regarding deletion of volumes
This commit is contained in:
OpenShift Merge Robot 2022-09-07 12:04:12 +02:00 committed by GitHub
commit 6254d38720
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -62,7 +62,8 @@ func reset(cmd *cobra.Command, args []string) {
- all images - all images
- all networks - all networks
- all build cache - all build cache
- all machines`) - all machines
- all volumes`)
if len(listCtn) > 0 { if len(listCtn) > 0 {
fmt.Println(`WARNING! The following external containers will be purged:`) fmt.Println(`WARNING! The following external containers will be purged:`)

View File

@ -37,6 +37,7 @@ WARNING! This will remove:
- all networks - all networks
- all build cache - all build cache
- all machines - all machines
- all volumes
Are you sure you want to continue? [y/N] y Are you sure you want to continue? [y/N] y
``` ```