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

Make snapshot with pods started #148

Closed
phoracek opened this issue Sep 15, 2019 · 3 comments
Closed

Make snapshot with pods started #148

phoracek opened this issue Sep 15, 2019 · 3 comments

Comments

@phoracek
Copy link
Member

Starting of OKD4 cluster spends most time on downloading of the image (which gets cached on the system, so its fine) and waiting for pods to turn Ready:

19:25:04 [check-patch.hco-master.fc30.x86_64] + [[ 8 -le 3 ]]
19:25:04 [check-patch.hco-master.fc30.x86_64] + echo 'waiting for pods to come online'

Is there a way to make a snapshot of the cluster once all pods are deployed? It would make our CI much faster.

@phoracek
Copy link
Member Author

@cynepco3hahue what do you think?

@cynepco3hahue
Copy link

@phoracek It does not really re-download all images, it's only for pods to start because after provisioning I am stopping all virtual machines to have the possibility to configure them on the runtime, so it only waiting for pods to start(all images already should be in the cluster), I do not think we can improve here something.

@phoracek
Copy link
Member Author

I see, thanks for the explanation @cynepco3hahue, closing the issue then,

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

2 participants