-
Notifications
You must be signed in to change notification settings - Fork 14.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stale image in "Configure Liveness, Readiness and Startup Probes" #49406
Comments
/retitle Stale image in "Configure Liveness, Readiness and Startup Probes" |
I think this issue is about https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/ |
Assuming that we stick with Busybox:
|
/kind bug |
@harshitsahu2311 where are you getting this deprecated message for registry.k8s.io/busybox?
The container is killed and recreated based on the failed liveness probe check as expected.
|
When I was trying to execute this manifest , I was getting an error message on minikube cluster and pod was also on Pending State |
@harshitsahu2311 Thanks.
Looks like |
Yes, I was using docker as the driver for minikube cluster, Is it coming due to this driver?? |
OK, |
/assign |
@harshitsahu2311 has to do with the image format of |
Yes this image is right now, My name can also be mentioned on contributors list? |
In this document the yaml file for liveness probe using registry.k8s.io/busybox is showing depricated, but as I used busybox official image it is running as expected outputs.
The text was updated successfully, but these errors were encountered: