bastibrunner

Results 4 comments of bastibrunner

I just updated kubeshark, and have the same issue (also MacOS). The PV has a storage class of "standard", which I don't have in my cluster. Shouldn't that be empty...

just had a look at the code and commit history, and it seems like persistence has been added just now. please don't use ReadWriteMany volumes or at least have an...

I found this thread while searching for grafana timerange but in alertmanager templates. This is my solution, maybe it helps someone else: `&time={{- (index .Alerts 0).StartsAt.Unix -}}000&time.window=600000`

I just had similar problem, with just a slightly different error message, when using dockerfile's ADD directly from git, which is obviously doing a shallow clone or similar: ``` warning:...