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
Currently has taken me a few hours to set up and make this exporter work. Two issues with the set up:
It is non-obvious that the image will copy example jobs into the container and try and run them if you use the default script location. This behaviour seems to serve no benefit.
It is non-obvious that having labels is a must, go will throw a vague error if you only return results from your .sh script. Unsure what the behaviour of passing "-labels" without any argument is.
This behaviour should really either be documented properly or should be fixed in the code.
Other than that nice project.
The text was updated successfully, but these errors were encountered:
Currently has taken me a few hours to set up and make this exporter work. Two issues with the set up:
It is non-obvious that the image will copy example jobs into the container and try and run them if you use the default script location. This behaviour seems to serve no benefit.
It is non-obvious that having labels is a must, go will throw a vague error if you only return results from your .sh script. Unsure what the behaviour of passing "-labels" without any argument is.
This behaviour should really either be documented properly or should be fixed in the code.
Other than that nice project.
The text was updated successfully, but these errors were encountered: