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
Check the pod status: ErrImagePull neonclu02-neon-broker-0 0/1 ErrImagePull 0 70s
describe pod
Events:
Type Reason Age From Message
---- ------ ---- ---- -------
Normal Scheduled 4m36s default-scheduler Successfully assigned default/neonclu02-neon-broker-0 to 172.16.0.7
Warning Failed 3m51s (x2 over 4m20s) kubelet Failed to pull image "perconalab/neon:pg14-1.0.0": failed to pull and unpack image "docker.io/perconalab/neon:pg14-1.0.0": failed to resolve reference "docker.io/perconalab/neon:pg14-1.0.0": failed to do request: Head "https://registry-1.docker.io/v2/perconalab/neon/manifests/pg14-1.0.0": dial tcp 202.160.128.205:443: connect: connection timed out
Warning Failed 3m11s kubelet Failed to pull image "perconalab/neon:pg14-1.0.0": failed to pull and unpack image "docker.io/perconalab/neon:pg14-1.0.0": failed to resolve reference "docker.io/perconalab/neon:pg14-1.0.0": failed to do request: Head "https://registry-1.docker.io/v2/perconalab/neon/manifests/pg14-1.0.0": dial tcp 199.96.62.17:443: connect: connection timed out
Normal Pulling 2m18s (x4 over 4m36s) kubelet Pulling image "perconalab/neon:pg14-1.0.0"
Warning Failed 2m2s (x4 over 4m20s) kubelet Error: ErrImagePull
Warning Failed 2m2s kubelet Failed to pull image "perconalab/neon:pg14-1.0.0": failed to pull and unpack image "docker.io/perconalab/neon:pg14-1.0.0": failed to resolve reference "docker.io/perconalab/neon:pg14-1.0.0": failed to do request: Head "https://registry-1.docker.io/v2/perconalab/neon/manifests/pg14-1.0.0": dial tcp 128.121.146.101:443: connect: connection timed out
Warning Failed 111s (x6 over 4m20s) kubelet Error: ImagePullBackOff
Normal BackOff 96s (x7 over 4m20s) kubelet Back-off pulling image "perconalab/neon:pg14-1.0.0"
Describe the env
To Reproduce
Steps to reproduce the behavior:
neonclu02-neon-broker-0 0/1 ErrImagePull 0 70s
===> nothing changed
tianyue@apeclouds-MacBook-Pro kubeblocks-addons % k get cmpv|grep neon
neon-broker 1.0.0 Available 61m
neon-compute 1.0.0 Available 61m
neon-pageserver 1.0.0 Available 61m
neon-safekeeper 1.0.0 Available 61m
tianyue@apeclouds-MacBook-Pro kubeblocks-addons % kubectl get cmpv neon-broker -ojson | jq '.spec.releases[].images'
{
"neon-storagebroker": "perconalab/neon:pg14-1.0.0"
}
tianyue@apeclouds-MacBook-Pro kubeblocks-addons % kubectl get cmpv neon-compute -ojson | jq '.spec.releases[].images'
{
"neon-compute": "perconalab/neon:pg14-1.0.0"
}
tianyue@apeclouds-MacBook-Pro kubeblocks-addons % kubectl get cmpv neon-pageserver -ojson | jq '.spec.releases[].images'
{
"neon-pageserver": "perconalab/neon:pg14-1.0.0"
}
tianyue@apeclouds-MacBook-Pro kubeblocks-addons % kubectl get cmpv neon-safekeeper -ojson | jq '.spec.releases[].images'
{
"neon-safekeeper": "perconalab/neon:pg14-1.0.0"
}
The text was updated successfully, but these errors were encountered: