-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Labels
StaleenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
kbcli version
KubeBlocks: 0.8.0-alpha.9
kbcli: 0.8.0-alpha.9To reproduce:
- install kbcli and kubeblocks
install kbcli
curl -fsSL https://kubeblocks.io/installer/install_cli.sh | bashand install kubeblocks
kbcli kubeblocks installif there is no accessible k8s, just use our playground
kbcli playground initref 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.
Metadata
Metadata
Assignees
Labels
StaleenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers