Skip to content

Commit f12e55f

Browse files
hossainemruztamalsaha
authored andcommitted
Fix BackupSession's Print Columns (#11)
1 parent 7c696ff commit f12e55f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/elasticsearch.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -362,10 +362,10 @@ Wait for the next schedule. Run the following command to watch `BackupSession` c
362362

363363
```console
364364
$ kubectl get backupsession -n demo -w
365-
NAME BACKUPCONFIGURATION PHASE AGE
366-
sample-elasticsearch-backup-1570098367 sample-elasticsearch-backup Running 9s
367-
sample-elasticsearch-backup-1570098367 sample-elasticsearch-backup Running 79s
368-
sample-elasticsearch-backup-1570098367 sample-elasticsearch-backup Succeeded 79s
365+
NAME INVOKER-TYPE INVOKER-NAME PHASE AGE
366+
sample-elasticsearch-backup-1570098367 BackupConfiguration sample-elasticsearch-backup Running 9s
367+
sample-elasticsearch-backup-1570098367 BackupConfiguration sample-elasticsearch-backup Running 65s
368+
sample-elasticsearch-backup-1570098367 BackupConfiguration sample-elasticsearch-backup Succeeded 79s
369369
```
370370

371371
We can see above that the backup session has succeeded. Now, we are going to verify that the backed up data has been stored in the backend.

0 commit comments

Comments
 (0)