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
If we have 3 nodes running, 1 pod running in 1 of the node which has 1 container running in that if we tag that container and commit and push that image to registry and delete the pods, next time when iam creating pod with same image with ImagePullPolicy: IfNotPresent tag,
Will kubernetes create pod in same node where pod was running before ? as image is already there in that node and docker no need to pull image from ECR instead it can use local image.
Or Will be same like https://github.com/eBay/Kubernetes/blob/master/docs/devel/scheduler.md (edited)
How pod is scheduled to a suitable node 2nd time ?
The text was updated successfully, but these errors were encountered:
If we have 3 nodes running, 1 pod running in 1 of the node which has 1 container running in that if we tag that container and commit and push that image to registry and delete the pods, next time when iam creating pod with same image with
ImagePullPolicy: IfNotPresent
tag,Will kubernetes create pod in same node where pod was running before ? as image is already there in that node and docker no need to pull image from ECR instead it can use local image.
Or Will be same like https://github.com/eBay/Kubernetes/blob/master/docs/devel/scheduler.md (edited)
How pod is scheduled to a suitable node 2nd time ?
The text was updated successfully, but these errors were encountered: