kbcli version
KubeBlocks: 0.8.0-alpha.9
kbcli: 0.8.0-alpha.9
To reproduce:
- install kbcli and kubeblocks
install kbcli
curl -fsSL https://kubeblocks.io/installer/install_cli.sh | bash
and install kubeblocks
if there is no accessible k8s, just use our playground
ref to: https://kubeblocks.io/docs/preview/user_docs/try-out-on-playground/try-kubeblocks-on-your-laptop
2. create a mysql cluster
kbcli cluster create mycluster --cluster-definition apecloud-mysql --cluster
-version ac-mysql-8.0.30
- check cluster status, wait till it is running
kbcli cluster list mycluster
- create a backup
kbcli cluster backup mycluster --method xtrabackup
Because there is no BackupRepo configured, this backup task should fail as expected.

- delete the backup by
If you type tab at this moment, there is no auto-completion for backup names.
For comprision, you can try
kbcli cluster list my<tab>
and cluster name mycluster will be completed.
To reproduce:
install kbcli
curl -fsSL https://kubeblocks.io/installer/install_cli.sh | bashand install kubeblocks
if there is no accessible k8s, just use our playground
ref to: https://kubeblocks.io/docs/preview/user_docs/try-out-on-playground/try-kubeblocks-on-your-laptop
2. create a mysql cluster
Because there is no BackupRepo configured, this backup task should fail as expected.

If you type
tabat this moment, there is no auto-completion for backup names.For comprision, you can try
and cluster name
myclusterwill be completed.