kURL - how to "assume yes" during preflights on warning

Hi,

I noticed that kURL now contains a feature with prompt on warning during preflights. Is there a way to “assume yes” during the installation (for non-interactive installation)? If so, can you please provide a correct syntax about how to set this behavior (runtime parameter?).

Thank you!

The host-preflight-ignore flag can do this for you.
https://kurl.sh/docs/install-with-kurl/advanced-options

Hi @jdewinne,

I am afraid it will not. According to the docs you referenced, this option will ignore both warnings and failures

Ignore host preflight failures and warnings.

What I am looking for is to fail on failure, but continue on warning. Or did I misunderstand the description?

Thank you!

You are correct. The host-preflight-ignore will ignore any failures or warnings.
Having a specific flag to only ignore warnings would be a feature request.