lab 3.2 post simpleapp deployment not working
wherever simpleapp is referenced in future labs i am getting error imagebackoff in pod status and when i describe i am getting error
Warning Failed 14s (x2 over 31s) kubelet, 2b7fb2b29d1c.mylabserver.com Failed to pull image "10.100.28.200:5000/simpleapp": rpc error: code = Unknown desc = Error response from daemon: manifest for 10.100.28.200:5000/simpleapp:latest not found: manifest unknown: manifest unknown
Normal BackOff 0s (x3 over 30s) kubelet, 2b7fb2b29d1c.mylabserver.com Back-off pulling image "10.100.28.200:5000/simpleapp"
Warning Failed 0s (x3 over 30s) kubelet, 2b7fb2b29d1c.mylabserver.com Error: ImagePullBackOff
kindly suggest next steps how to debug this issue.
Thanks
Comments
-
Hello,
I keep having the same problem after rebooting the master node. Apparently the image needed for try1 deployment do not persists on reboot.vio@kmaster:~$ kubectl get po
NAME READY STATUS RESTARTS AGE
nginx-b68dd9f75-vq6vr 1/1 Running 1 21h
registry-cbc9b4779-5qqq5 1/1 Running 5 2d23h
try1-85f7fc6ddf-8m766 0/1 ImagePullBackOff 0 20h
try1-85f7fc6ddf-9lbc7 0/1 ImagePullBackOff 0 20h
try1-85f7fc6ddf-c958k 0/1 ImagePullBackOff 0 20h
try1-85f7fc6ddf-fkxg5 0/1 ImagePullBackOff 0 20h
try1-85f7fc6ddf-mkmgs 0/1 ImagePullBackOff 0 20h
try1-85f7fc6ddf-x5snl 0/1 ErrImagePull 0 20hThe repository looks good and running.
What I have to do is to push again the needed image:
sudo docker push 10.107.241.131:5000/simpleappAfter this the try1- pods start one after another in few seconds.
What to do to fix the image persistence?
Stefan
0 -
Hi @suser,
The registry is cleaned up at reboot because the Persistent Volume uses
/tmp/...as thehostPath:. You can edit yourvol1.yamlandvol2.yamlmanifests and update thepath:property found underhostPath:to point to a different host directory.Regards,
-Chris3 -
Hi @chrispokorni to fix persistence do we need to create that directory on container using exec please advise.
thanks santosh0 -
Hi @santoshsub123,
Creating the
hostPathdirectory anywhere on the Node/host is fine, as long as it is not in/tmp.Regards,
-Chris0 -
The solution posted by @chrispokorni worked for me as well (change the hostpath var to another path other than /tmp. Would it not be the case to update the easyregistry.yaml file of the course solution package so that new users will not have the same problem again in the future?
Thanks
Cristian0
Categories
- All Categories
- 177 LFX Mentorship
- 177 LFX Mentorship: Linux Kernel
- 754 Linux Foundation IT Professional Programs
- 374 Cloud Engineer IT Professional Program
- 170 Advanced Cloud Engineer IT Professional Program
- 74 DevOps IT Professional Program - Discontinued
- 5 DevOps & GitOps IT Professional Program
- 100 Cloud Native Developer IT Professional Program
- 7.6K Training Courses & Learning Paths
- 2 AI & ML Training
- 1 Blockchain & Decentralized Identity Training
- 5 Cloud & Containers Training
- 1 Cybersecurity Training
- 2 DevOps & Site-Reliability Training
- 1 Linux Kernel Development Training
- 1 Networking Training
- 2 Open Source Best Practice Training
- 2 System Administration Training
- 1 System Engineering Training
- 1 Web & Application Development Training
- 794 Hardware
- 202 Drivers
- 68 I/O Devices
- 37 Monitors
- 95 Multimedia
- 173 Networking
- 91 Printers & Scanners
- 89 Storage
- 769 Linux Distributions
- 81 Debian
- 68 Fedora
- 22 Linux Mint
- 13 Mageia
- 24 openSUSE
- 150 Red Hat Enterprise
- 31 Slackware
- 13 SUSE Enterprise
- 356 Ubuntu
- 465 Linux System Administration
- 31 Cloud Computing
- 73 Command Line/Scripting
- Github systems admin projects
- 98 Linux Security
- 78 Network Management
- 101 System Management
- 46 Web Management
- 112 Mobile Computing
- 20 Android
- 77 Development
- 1.2K New to Linux
- 1K Getting Started with Linux
- 393 Off Topic
- 121 Introductions
- 182 Small Talk
- 29 Study Material
- 976 Programming and Development
- 310 Kernel Development
- 648 Software Development
- 990 Software
- 382 Applications
- 182 Command Line
- 5 Compiling/Installing
- 68 Games
- 317 Installation
- Archived
- 2 LFD140 Class Forum
- 1.4K LFS258 Class Forum
Upcoming Training
-
August 20, 2018
Kubernetes Administration (LFS458)
-
August 20, 2018
Linux System Administration (LFS301)
-
August 27, 2018
Open Source Virtualization (LFS462)
-
August 27, 2018
Linux Kernel Debugging and Security (LFD440)