Kieran Colford

Results 12 comments of Kieran Colford

Use the `-c` option to _continue existing downloads_ which will not redownload anything. I have this set to an alias since it's so useful.

Not all sequential downloaders leave a .part file lying around. So the most general thing is to check if the whole file is there and if not, just download chunks...

@sumatrapeter ah, that's a good suggestion, I think I'll add it to my alias, hopefully we can leave this issue open as documentation

@nightmachinary because it's simple and convenient, see K.I.S.S. If someone wants to go ahead and improve the docs or an FAQ, then go ahead so we can close this issue....

this is what https://github.com/uber/kraken/pull/348 was supposed to be but that ended up just being an empty PR due a bot automatically updating my fork of this repo

@gkeesh7 I'm not sure how you expect these functions to be tested... all this change does is add a little bit of extra code to fetch the secret from a...

is it possible for this to only override the uid if a uid is not already configured? some collections of dashboards already have a uid in them and then link...

@Baarsgaard the scenario I’m thinking of is how to maintain multiple k8s clusters all with Grafana operator running on them, pointing to what should ostensibly be the “same” Grafana. Having...

@Baarsgaard I think that could work, but it could get messy with determining whether a dashboard already specifies a uid or not. Definitely still possible though, I was just hoping...