You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem?
There is an issue building with k8s systems using the nvidia runetime. It fails to build with strange errors due to driver linking issues. A workaround some people have used is to tell kaniko to ignore the firmware path. This is supported in dockerless through ignore-path, but there is currently no way I can find to pass that value through a k8s provider.
Which solution do you suggest?
Add ability to pass value for ignore-path to the dockerless builder.
Which alternative solutions exist?
None that I can find.
Additional context
Had to edit as I mixed up 2 similar issues.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem?
There is an issue building with k8s systems using the nvidia runetime. It fails to build with strange errors due to driver linking issues. A workaround some people have used is to tell kaniko to ignore the firmware path. This is supported in dockerless through
ignore-path
, but there is currently no way I can find to pass that value through a k8s provider.Which solution do you suggest?
Add ability to pass value for
ignore-path
to the dockerless builder.Which alternative solutions exist?
None that I can find.
Additional context
Had to edit as I mixed up 2 similar issues.
The text was updated successfully, but these errors were encountered: