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
k get cluster -A
NAMESPACE NAME CLUSTER-DEFINITION TERMINATION-POLICY STATUS AGE
default postgres-pefwre postgresql WipeOut Failed 23m
Check pod status: CrashLoopBackOff
k get pod
NAME READY STATUS RESTARTS AGE
postgres-pefwre-postgresql-0 0/4 Init:CrashLoopBackOff 9 (2m1s ago) 23m
postgres-pefwre-postgresql-1 0/4 Init:CrashLoopBackOff 9 (2m1s ago) 23m
k describe pod postgres-pefwre-postgresql-0
Events:
Type Reason Age From Message
---- ------ ---- ---- -------
Normal Scheduled 24m default-scheduler Successfully assigned default/postgres-pefwre-postgresql-0 to cn-zhangjiakou.10.0.0.140
Normal SuccessfulAttachVolume 24m attachdetach-controller AttachVolume.Attach succeeded for volume "d-8vbc2tijxgn988kelhsf"
Normal AllocIPSucceed 24m terway-daemon Alloc IP 10.0.0.190/24 took 43.754728ms
Normal Pulling 24m kubelet Pulling image "apecloud-registry.cn-zhangjiakou.cr.aliyuncs.com/apecloud/spilo:16.4.0"
Normal Pulled 24m kubelet Successfully pulled image "apecloud-registry.cn-zhangjiakou.cr.aliyuncs.com/apecloud/spilo:16.4.0" in 10.034s (10.034s including waiting). Image size: 240042369 bytes.
Normal Created 24m kubelet Created container pg-init-container
Normal Started 24m kubelet Started container pg-init-container
Normal Pulling 24m kubelet Pulling image "apecloud-registry.cn-zhangjiakou.cr.aliyuncs.com/apecloud/dbctl:0.1.5"
Normal Pulled 23m kubelet Successfully pulled image "apecloud-registry.cn-zhangjiakou.cr.aliyuncs.com/apecloud/dbctl:0.1.5" in 735ms (735ms including waiting). Image size: 22157888 bytes.
Normal Created 23m kubelet Created container init-dbctl
Normal Started 23m kubelet Started container init-dbctl
Normal Pulled 23m kubelet Container image "apecloud-registry.cn-zhangjiakou.cr.aliyuncs.com/apecloud/kubeblocks-tools:1.0.0-beta.5" already present on machine
Normal Created 23m kubelet Created container init-kbagent
Normal Started 23m kubelet Started container init-kbagent
Normal Started 23m (x3 over 23m) kubelet Started container kbagent-worker
Normal Pulled 23m (x4 over 23m) kubelet Container image "apecloud-registry.cn-zhangjiakou.cr.aliyuncs.com/apecloud/spilo:16.4.0" already present on machine
Normal Created 23m (x4 over 23m) kubelet Created container kbagent-worker
Warning BackOff 4m11s (x91 over 23m) kubelet Back-off restarting failed container kbagent-worker in pod postgres-pefwre-postgresql-0_default(cc87737c-74d1-4c30-8914-99cbf58db546)
check cmp: failed
k get cmp
NAME DEFINITION SERVICE-VERSION STATUS AGE
postgres-pefwre-postgresql postgresql-16-1.0.0-alpha.0 16.4.0 Failed 25m
Status:
Conditions:
Last Transition Time: 2024-11-25T02:42:30Z
Message: The operator has started the provisioning of Cluster: postgres-pefwre-postgresql
Observed Generation: 1
Reason: PreCheckSucceed
Status: True
Type: ProvisioningStarted
Last Transition Time: 2024-11-25T02:42:31Z
Message: the component phase is Failed
Observed Generation: 1
Reason: Unavailable
Status: False
Type: Available
Message:
InstanceSet/postgres-pefwre-postgresql: ["postgres-pefwre-postgresql-1"]
Observed Generation: 1
Phase: Failed
Events:
Type Reason Age From Message
---- ------ ---- ---- -------
Normal Unknown 26m component-controller the component phase is unknown
Normal ComponentPhaseTransition 26m component-controller component is Creating
Normal Unavailable 26m component-controller the component phase is Creating
Normal ComponentPhaseTransition 25m component-controller component is Failed
Normal Unavailable 25m component-controller the component phase is Failed
check sc
k get sc
NAME PROVISIONER RECLAIMPOLICY VOLUMEBINDINGMODE ALLOWVOLUMEEXPANSION AGE
alicloud-disk-efficiency (default) diskplugin.csi.alibabacloud.com Delete Immediate true 72m
alicloud-disk-essd diskplugin.csi.alibabacloud.com Delete Immediate true 72m
alicloud-disk-ssd diskplugin.csi.alibabacloud.com Delete Immediate true 72m
alicloud-disk-topology-alltype diskplugin.csi.alibabacloud.com Delete WaitForFirstConsumer true 72m
kb-default-sc diskplugin.csi.alibabacloud.com Delete WaitForFirstConsumer true 55m
check pvc
k get pvc
NAME STATUS VOLUME CAPACITY ACCESS MODES STORAGECLASS VOLUMEATTRIBUTESCLASS AGE
data-postgres-pefwre-postgresql-0 Bound d-8vbc2tijxgn988kelhsf 20Gi RWO kb-default-sc <unset> 31m
data-postgres-pefwre-postgresql-1 Bound d-8vb88aki0yj1n8yufble 20Gi RWO kb-default-sc <unset> 31m
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 env
To Reproduce
Steps to reproduce the behavior:
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: