Skip to content
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

What happens when pod getting created 2nd time #11

Open
Tibingeo opened this issue Oct 10, 2018 · 0 comments
Open

What happens when pod getting created 2nd time #11

Tibingeo opened this issue Oct 10, 2018 · 0 comments

Comments

@Tibingeo
Copy link

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 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant