Radu Matei
Radu Matei
If I understand this correctly, the ask here would be to relax the [reference convention](https://github.com/deislabs/bindle/blob/main/docs/reference-spec.md) in Bindle so that the segment following the name would be an arbitrary string, very...
This is awesome, feel free to open a PR for it. cc @squillace
[The feature selection section in the label spec](https://github.com/deislabs/bindle/blob/main/docs/label-spec.md#the-feature-section) should provide a starting point for this. I think that if we specify some standard label / feature keys, this could be...
Hey, @janowsiany! Sure, this is something we want - let us know if we can help in any way. Thanks!
Hi and thanks for letting us know! Just for reference, as a manual fix you can specify the pack to use: `draft create --pack=csharp`
Hey, @danmikita! First of all, thanks for your proposal! So if I understand this correctly, the distinction between the two modes would be done by where the `chart` field is...
For example I just switched between Windows, WSL and macOS with the same cluster, but I don't think that's a sane thing that people do very often.
Do we have any more thoughts here? One scenario that happens with the current setup: since all logs are written in `$DRAFT_HOME/logs` and are not grouped by the application name,...
The workflow could be: - `draft logs` fetches the latest build ID from the storage backend - it searches for logs in the local directory - if present, fetch those...
Another thing to keep in mind here is the chart needs to have some specific labels and annotations in order to be picked up by Draft. I'm not sure we...