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

kn workflow cli got stuck in "Warming up SonataFlow containers" when the image is not present in the machine #2206

Open
ricardozanini opened this issue Mar 21, 2024 · 3 comments
Assignees

Comments

@ricardozanini
Copy link
Member

First time we run kn workflow run, the console get stuck in this message until it times out:

🔎 Warming up SonataFlow containers (registry.redhat.io/openshift-serverless-1-tech-preview/logic-swf-devmode-rhel8:1.32.0), this could take some time...

As a workaround, one can pull the image upfront to avoid this problem:

docker pull registry.redhat.io/openshift-serverless-1-tech-preview/logic-swf-devmode-rhel8:1.32.0
@treblereel
Copy link
Contributor

@ricardozanini thank you, I'll take care of it

@treblereel
Copy link
Contributor

@ricardozanini, it looks like upstream doesn't have this issue: if the image is not presented, the plugin downloads it from, in my case, quay.io:

⏳ Retrieving (quay.io/kiegroup/kogito-swf-devmode-nightly:999-20240218), this could take some time...
.........................................................................................................................................................................................................................................................................................................
Created container with ID aa03c9553defde998f54df0909f193f6fd4085f889167b1f86c43ca5f716d440

@ricardozanini
Copy link
Member Author

The problem is if reach the time limit. I think we can drop this timeout whatsoever.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: 📋 Backlog
Development

No branches or pull requests

2 participants