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

Printing Downloading many times in console log when executing workflows using kn workflow plugin #2173

Open
LuboTerifaj opened this issue Feb 22, 2024 · 1 comment

Comments

@LuboTerifaj
Copy link
Contributor

When you try to execute the workflow using kn workflow run command, you get the following console output:

$ kn workflow run
✅ Checking if Docker is available...
 - Docker is running
⏳ Starting your SonataFlow project in dev mode...
🔎 Warming up SonataFlow containers (quay.io/kiegroup/kogito-swf-devmode:1.42), this could take some time...
Pulling from kiegroup/kogito-swf-devmode
Pulling fs layer
Downloading
Downloading
Downloading
Downloading
Downloading
Downloading
Downloading

... printing 'Downloading' hundreds of times. At some point (after a quite long time) it eventually finishes downloading the docker image and everything works, but this behaviour is very misleading.

Originally reported by @mariofusco

@ederign
Copy link
Member

ederign commented Feb 26, 2024

It's already fixed here: #2136

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