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
➜ ~ kubectl get cluster mongo-cluster
NAME CLUSTER-DEFINITION TERMINATION-POLICY STATUS AGE
mongo-cluster mongodb Delete Failed 5m14s
➜ ~ kubectl get pod -l app.kubernetes.io/instance=mongo-cluster
NAME READY STATUS RESTARTS AGE
mongo-cluster-mongodb-0 1/2 CrashLoopBackOff 4 (83s ago) 5m31s
logs pod
➜ ~ kubectl logs mongo-cluster-mongodb-0 --previous
Defaulted container "mongodb" out of: mongodb, kbagent, init-syncer (init), kbagent-worker (init)
2025-01-06T05:31:18Z DEBUG Starting syncer {"version": "63a1b2d644fed9116141acb54260394dd730909b"}
2025-01-06T05:31:18Z INFO Initialize DB manager
2025-01-06T05:31:18Z DEBUG KB_WORKLOAD_TYPE ENV not set
panic: DCS initialize failed: KB_CLUSTER_NAME must be set
goroutine 1 [running]:
main.main()
/src/cmd/syncer/main.go:51 +0x2e5
Expected behavior
A clear and concise description of what you expected to happen.
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.
The text was updated successfully, but these errors were encountered:
➜ ~ kubectl get cluster apemysql-cluster
NAME CLUSTER-DEFINITION TERMINATION-POLICY STATUS AGE
apemysql-cluster apecloud-mysql Delete Failed 2m
➜ ~
➜ ~ kubectl get pod -l app.kubernetes.io/instance=apemysql-cluster
NAME READY STATUS RESTARTS AGE
apemysql-cluster-mysql-0 3/4 Error 3 (28s ago) 2m9s
logs error pod
➜ ~ kubectl logs apemysql-cluster-mysql-0 --previous
Defaulted container "mysql" out of: mysql, vtablet, kbagent, config-manager, init-data (init), init-syncer (init), init-dbctl (init), init-kbagent (init), kbagent-worker (init)
2025-01-06T05:36:52Z DEBUG Starting syncer {"version": "63a1b2d644fed9116141acb54260394dd730909b"}
2025-01-06T05:36:52Z INFO Initialize DB manager
2025-01-06T05:36:52Z DEBUG KB_WORKLOAD_TYPE ENV not set
panic: DCS initialize failed: KB_CLUSTER_NAME must be set
goroutine 1 [running]:
main.main()
/src/cmd/syncer/main.go:51 +0x2e5
Describe the bug
To Reproduce
Steps to reproduce the behavior:
logs pod
Expected behavior
A clear and concise description of what you expected to happen.
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.
The text was updated successfully, but these errors were encountered: