We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
kbcli version KubeBlocks: 0.8.0-alpha.9 kbcli: 0.8.0-alpha.9
To reproduce:
install kbcli
curl -fsSL https://kubeblocks.io/installer/install_cli.sh | bash
and install kubeblocks
kbcli kubeblocks install
if there is no accessible k8s, just use our playground
kbcli playground init
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
kbcli cluster list mycluster
kbcli cluster backup mycluster --method xtrabackup
Because there is no BackupRepo configured, this backup task should fail as expected.
If you type tab at this moment, there is no auto-completion for backup names.
tab
For comprision, you can try
kbcli cluster list my<tab>
and cluster name mycluster will be completed.
mycluster
The text was updated successfully, but these errors were encountered:
Hey @shanshanying, I would like to work on this issue. It would be great if you can assign me this issue.
Sorry, something went wrong.
This issue has been marked as stale because it has been open for 30 days with no activity
bhavyastar
No branches or pull requests
To reproduce:
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
Because there is no BackupRepo configured, this backup task should fail as expected.
If you type
tab
at this moment, there is no auto-completion for backup names.For comprision, you can try
and cluster name
mycluster
will be completed.The text was updated successfully, but these errors were encountered: