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
Describe the env
Kubernetes: v1.31.1-aliyun.1
KubeBlocks: 1.0.0-beta.21
kbcli: 1.0.0-beta.8
To Reproduce
Steps to reproduce the behavior:
Heml template get polardbx cluster yaml and apply it polar.yaml.txt
check cluster
k get cluster
NAME CLUSTER-DEFINITION TERMINATION-POLICY STATUS AGE
polarc2 Delete Abnormal 86m
k get pod
NAME READY STATUS RESTARTS AGE
polarc2-cdc-0 0/2 Init:0/1 0 86m
polarc2-cn-0 0/2 Init:CrashLoopBackOff 24 (27s ago) 86m
polarc2-dn-0-0 3/3 Running 0 86m
polarc2-dn-0-1 3/3 Running 0 84m
polarc2-dn-0-2 3/3 Running 0 83m
polarc2-gms-0 3/3 Running 0 86m
polarc2-gms-1 3/3 Running 0 84m
polarc2-gms-2 3/3 Running 0 83m
describe pod
k describe pod polarc2-cn-0
Events:
Type Reason Age From Message
---- ------ ---- ---- -------
Normal Scheduled 53m default-scheduler Successfully assigned default/polarc2-cn-0 to cn-zhangjiakou.10.0.0.139
Normal AllocIPSucceed 53m terway-daemon Alloc IP 10.0.0.142/24 took 100.792627ms
Warning BackOff 50m (x3 over 50m) kubelet Back-off restarting failed container metadb-init in pod polarc2-cn-0_default(58747da8-3d8a-4ff3-af74-691a2f40b8a5)
Normal Pulled 49m (x4 over 53m) kubelet Container image "apecloud-registry.cn-zhangjiakou.cr.aliyuncs.com/apecloud/mysql:8.0.30" already present on machine
Normal Created 49m (x4 over 53m) kubelet Created container metadb-init
Normal Started 49m (x4 over 53m) kubelet Started container metadb-init
Normal Pulling 49m kubelet Pulling image "apecloud-registry.cn-zhangjiakou.cr.aliyuncs.com/apecloud/polardbx-init:v1.5.0"
Normal Pulled 49m kubelet Successfully pulled image "apecloud-registry.cn-zhangjiakou.cr.aliyuncs.com/apecloud/polardbx-init:v1.5.0" in 6.42s (6.42s including waiting). Image size: 5209394 bytes.
Normal Started 49m (x2 over 49m) kubelet Started container init
Normal Created 49m (x3 over 49m) kubelet Created container init
Normal Pulled 18m (x11 over 49m) kubelet Container image "apecloud-registry.cn-zhangjiakou.cr.aliyuncs.com/apecloud/polardbx-init:v1.5.0" already present on machine
Warning BackOff 3m31s (x213 over 49m) kubelet Back-off restarting failed container init in pod polarc2-cn-0_default(58747da8-3d8a-4ff3-af74-691a2f40b8a5)
Describe the env
Kubernetes: v1.31.1-aliyun.1
KubeBlocks: 1.0.0-beta.21
kbcli: 1.0.0-beta.8
To Reproduce
Steps to reproduce the behavior:
polar.yaml.txt
iclogs.txt
miclogs.txt
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: