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 polardbx-joqvbv
NAME CLUSTER-DEFINITION TERMINATION-POLICY STATUS AGE
polardbx-joqvbv WipeOut Creating 25m
➜ ~
➜ ~ kubectl get pod -l app.kubernetes.io/instance=polardbx-joqvbv
NAME READY STATUS RESTARTS AGE
polardbx-joqvbv-cdc-0 0/2 Init:0/1 0 25m
polardbx-joqvbv-cn-0 0/2 Init:0/2 0 25m
polardbx-joqvbv-dn-0 3/3 Running 0 25m
polardbx-joqvbv-dn-1 3/3 Running 0 23m
polardbx-joqvbv-dn-2 3/3 Running 0 22m
polardbx-joqvbv-gms-0 3/3 Running 0 25m
polardbx-joqvbv-gms-1 3/3 Running 0 23m
polardbx-joqvbv-gms-2 3/3 Running 0 22m
logs pod
➜ ~ kubectl logs polardbx-joqvbv-cdc-0 wait-cn-ready
mysql: [Warning] Using a password on the command line interface can be insecure.
ERROR 2003 (HY000): Can't connect to MySQL server on 'polardbx-joqvbv-cn:3306' (110)
cn is not ready
mysql: [Warning] Using a password on the command line interface can be insecure.
ERROR 2003 (HY000): Can't connect to MySQL server on 'polardbx-joqvbv-cn:3306' (110)
cn is not ready
mysql: [Warning] Using a password on the command line interface can be insecure.
ERROR 2003 (HY000): Can't connect to MySQL server on 'polardbx-joqvbv-cn:3306' (110)
cn is not ready
mysql: [Warning] Using a password on the command line interface can be insecure.
ERROR 2003 (HY000): Can't connect to MySQL server on 'polardbx-joqvbv-cn:3306' (110)
cn is not ready
mysql: [Warning] Using a password on the command line interface can be insecure.
ERROR 2003 (HY000): Can't connect to MySQL server on 'polardbx-joqvbv-cn:3306' (110)
cn is not ready
mysql: [Warning] Using a password on the command line interface can be insecure.
ERROR 2003 (HY000): Can't connect to MySQL server on 'polardbx-joqvbv-cn:3306' (110)
cn is not ready
mysql: [Warning] Using a password on the command line interface can be insecure.
ERROR 2003 (HY000): Can't connect to MySQL server on 'polardbx-joqvbv-cn:3306' (110)
cn is not ready
mysql: [Warning] Using a password on the command line interface can be insecure.
ERROR 2003 (HY000): Can't connect to MySQL server on 'polardbx-joqvbv-cn:3306' (110)
cn is not ready
mysql: [Warning] Using a password on the command line interface can be insecure.
ERROR 2003 (HY000): Can't connect to MySQL server on 'polardbx-joqvbv-cn:3306' (110)
cn is not ready
mysql: [Warning] Using a password on the command line interface can be insecure.
ERROR 2003 (HY000): Can't connect to MySQL server on 'polardbx-joqvbv-cn:3306' (110)
cn is not ready
mysql: [Warning] Using a password on the command line interface can be insecure.
ERROR 2003 (HY000): Can't connect to MySQL server on 'polardbx-joqvbv-cn:3306' (110)
cn is not ready
mysql: [Warning] Using a password on the command line interface can be insecure.
➜ ~
➜ ~ kubectl logs polardbx-joqvbv-cn-0 metadb-init
mysql: [Warning] Using a password on the command line interface can be insecure.
ERROR 2003 (HY000): Can't connect to MySQL server on 'polardbx-joqvbv-gms:3306' (110)
wait gms ready
mysql: [Warning] Using a password on the command line interface can be insecure.
ERROR 2003 (HY000): Can't connect to MySQL server on 'polardbx-joqvbv-gms:3306' (110)
wait gms ready
mysql: [Warning] Using a password on the command line interface can be insecure.
➜ ~
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:
Describe the bug
A clear and concise description of what the bug is.
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: