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
Create acmysql cluster using the yaml in the following link https://github.com/apecloud/kubeblocks-addons/blob/main/examples/apecloud-mysql/cluster-proxy.yaml
Check the cluster
k get cluster -A
NAMESPACE NAME CLUSTER-DEFINITION TERMINATION-POLICY STATUS AGE
default acmysql-cluster apecloud-mysql Delete Creating 6m34s
k get pod
NAME READY STATUS RESTARTS AGE
acmysql-cluster-etcd-0 2/2 Running 0 10m
acmysql-cluster-etcd-1 2/2 Running 0 10m
acmysql-cluster-etcd-2 2/2 Running 0 10m
acmysql-cluster-mysql-0 5/5 Running 0 8m56s
acmysql-cluster-mysql-1 5/5 Running 0 8m34s
acmysql-cluster-mysql-2 5/5 Running 0 8m17s
k get cmp
NAME DEFINITION SERVICE-VERSION STATUS AGE
acmysql-cluster-etcd etcd-3-1.0.0-alpha.0 3.5.15 Running 11m
acmysql-cluster-mysql apecloud-mysql-1.0.0-alpha.0 8.0.30 Running 9m21s
acmysql-cluster-wescale-ctrl wescalecontroller-1.0.0-alpha.0 0.2.7 8m15s
=====> cmp acmysql-cluster-wescale-ctrl has no status and event is none when describing it
Describe the env
To Reproduce
Steps to reproduce the behavior:
https://github.com/apecloud/kubeblocks-addons/blob/main/examples/apecloud-mysql/cluster-proxy.yaml
Details refer to:
report-cluster-acmysql-cluster-2024-12-18-15-24-38.zip
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: