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
We should consider panicking if the -iso-url value is invalid. Currently, it's not until a request is made against the ISO endpoint that the logs indicate that the URL is not valid. The extent of what we check to determine validity is up for debate.
Expected Behaviour
Current Behaviour
Possible Solution
Steps to Reproduce (for bugs)
Context
Your Environment
Operating System and version (e.g. Linux, Windows, MacOS):
How are you running Tinkerbell? Using Vagrant & VirtualBox, Vagrant & Libvirt, on Packet using Terraform, or give details:
Link to your project or a code example to reproduce issue:
The text was updated successfully, but these errors were encountered:
jacobweinstock
changed the title
[ISO] fast fail of back -iso-url
[ISO] fast fail for invalid -iso-urlNov 23, 2024
We should consider panicking if the
-iso-url
value is invalid. Currently, it's not until a request is made against the ISO endpoint that the logs indicate that the URL is not valid. The extent of what we check to determine validity is up for debate.Expected Behaviour
Current Behaviour
Possible Solution
Steps to Reproduce (for bugs)
Context
Your Environment
Operating System and version (e.g. Linux, Windows, MacOS):
How are you running Tinkerbell? Using Vagrant & VirtualBox, Vagrant & Libvirt, on Packet using Terraform, or give details:
Link to your project or a code example to reproduce issue:
The text was updated successfully, but these errors were encountered: