Describe the bugthe restored cluster information is empty
k8 version
Kubernetes: v1.27.9
KubeBlocks: 0.8.3-beta.20
kbcli: 0.8.3-beta.17
WARNING: version difference between kbcli (0.8.3-beta.17) and kubeblocks (0.8.3-beta.20)
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
1.create cluster
k get cluster orc-80-proxy-bp -n mysql-ha
NAME CLUSTER-DEFINITION VERSION TERMINATION-POLICY STATUS AGE
orc-80-proxy-bp mysql Delete 95s
the cluster status is empty!
see pod
kubectl get pod -l app.kubernetes.io/instance=orc-80-proxy-bp -n mysql-ha
No resources found in mysql-ha namespace.
there is no pod about this cluster!
see events
k8 cluster list-events orc-80-proxy-bp -n mysql-ha
NAMESPACE TIME TYPE REASON OBJECT MESSAGE
mysql-ha May 17,2024 14:07 UTC+0800 Normal PreCheckSucceed Cluster/orc-80-proxy-bp The operator has started the provisioning of Cluster: orc-80-proxy-bp
mysql-ha May 17,2024 14:07 UTC+0800 Normal ApplyResourcesSucceed Cluster/orc-80-proxy-bp Successfully applied for resources
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
OS: [e.g. iOS]
Browser [e.g. chrome, safari]
Version [e.g. 22]
Additional context
Add any other context about the problem here.
Describe the bug the restored cluster information is empty
To Reproduce Steps to reproduce the behavior: Expected behavior A clear and concise description of what you expected to happen. 1.create cluster
2.create backup
3.backup status
4.create restore cluster
5.see error
the cluster status is empty!
there is no pod about this cluster!
Screenshots If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context Add any other context about the problem here.