You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When performing a restart operation on a cluster, the restart operation did not successfully execute and remained in the "running" state. Upon checking the logs, the following error was reported:
Describe the bug
When performing a restart operation on a cluster, the restart operation did not successfully execute and remained in the "running" state. Upon checking the logs, the following error was reported:
2025-01-24T11:49:24.674Z ERROR Reconciler error {"controller": "instanceset", "controllerGroup": "workloads.kubeblocks.io", "controllerKind": "InstanceSet", "InstanceSet": {"name":"example-mysql-restart-mysql","namespace":"demo"}, "namespace": "demo", "name": "example-mysql-restart-mysql", "reconcileID": "595ae5aa-ca7c-487f-96df-174363af810a", "error": "InstanceSet demo/example-mysql-restart-mysql has no annotation app.kubernetes.io/instance"}
sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).reconcileHandler
/go/pkg/mod/sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:329
sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).processNextWorkItem
/go/pkg/mod/sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:266
sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Start.func2.2
/go/pkg/mod/sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:227
To Reproduce
Steps to reproduce the behavior:
1.
Expected behavior
The restart ops should succeed.
Desktop (please complete the following information):
Kubernetes: v1.31.4-eks-2d5f260
KubeBlocks: 1.0.0-beta.23
The text was updated successfully, but these errors were encountered: