mattermost-helm
mattermost-helm copied to clipboard
Error: failed to get image from containerd "sha256:0886ecd4e7b29f03d146f9c602152fbd9ec84de61fa97ead72069607b0c651fa": image "docker.io/library/import-2022-10-21@sha256:2f6d24998dfbee69783024c1819519e5399399b09a5ec849a70cbb5798df1d83": not found
Does anyone have an idea as to what might be wrong with my cluster?
All I do is this:
helm install mattermost1 mattermost/mattermost-team-edition -n mattermost1 --create-namespace
But I end up with this:
Events:
Type Reason Age From Message
---- ------ ---- ---- -------
Warning FailedScheduling 2m11s default-scheduler 0/3 nodes are available: 3 pod has unbound immediate PersistentVolumeClaims. preemption: 0/3 nodes are available: 3 Preemption is not helpful for scheduling.
Normal Scheduled 2m10s default-scheduler Successfully assigned mmfuck/fuck-mattermost-team-edition-7568649c57-f7tbv to node2
Normal SuccessfulAttachVolume 2m10s attachdetach-controller AttachVolume.Attach succeeded for volume "pvc-c297080c-fcb9-42a3-8135-e0cd864049ad"
Normal SuccessfulAttachVolume 2m10s attachdetach-controller AttachVolume.Attach succeeded for volume "pvc-d2759314-d090-4c31-8569-8e9b625e6c3e"
Normal Pulled 2m kubelet Container image "appropriate/curl:latest" already present on machine
Normal Created 2m kubelet Created container init-mysql
Normal Started 2m kubelet Started container init-mysql
Normal Pulled 8s (x2 over 20s) kubelet Container image "mattermost/mattermost-team-edition:7.4.0@sha256:e4ea2764d9843dcdd88629de198766198c18ce686614d7acc6595e7d35353f3c" already present on machine
Warning Failed 8s (x2 over 20s) kubelet Error: failed to get image from containerd "sha256:0886ecd4e7b29f03d146f9c602152fbd9ec84de61fa97ead72069607b0c651fa": image "docker.io/library/import-2022-10-21@sha256:2f6d24998dfbee69783024c1819519e5399399b09a5ec849a70cbb5798df1d83": not found
The same error message,below is the operating log of containerd ,I have no way Mar 28 17:30:48 kubenetes containerd[1123]: time="2023-03-28T17:30:48.220000050+08:00" level=error msg="CreateContainer within sandbox "85e42b5c1950f6760954bc9f35fb30f7c4f0bb07db9a66e66b185806cee66c6a" for &ContainerMetadata{Name:my-container,Attempt:0,} failed" error="rpc error: code = NotFound desc = failed to get image from containerd "sha256:17782e168ab661a4861623e61b26b8e7a0d77ce9b28befc88c7aee85fe64a9f9": image "docker.io/library/zhcs:v1": not found" Warning Failed 11m (x12 over 13m) kubelet Error: failed to get image from containerd "sha256:17782e168ab661a4861623e61b26b8e7a0d77ce9b28befc88c7aee85fe64a9f9": image "docker.io/library/zhcs:v1": not found Normal Pulled 3m44s (x49 over 13m) kubelet Container image "paulgeorge13/zhcs:v1" already present on machine