Leonhard Wimmer
Leonhard Wimmer
`client-go` would transparently do the reloading out of the box: https://github.com/kubernetes/client-go/blob/v0.22.0/rest/config.go#L75-L78 ``` // Path to a file containing a BearerToken. // If set, the contents are periodically read. // The...
Wow, you guys are amazing! So far I've never waited more than 24 hours for a patch :smile: This definitely fixes my local test setup. Could you send me patches...
> In your example lua script, shouldn't txn.c:in_table() take two arguments? First one being input data and second one being the table where to search for the data? Yes, you...
> But I can also reproduce the Segmentation Fault with two arguments (without the patch of course). No, sorry. I spoke too soon. With 2 arguments I cannot reproduce the...
Yes, so it was actually a bug in our Lua code where we had a call to `in_table` with one argument, which should have had two arguments. We did not...
> Let me clarify my previous message, I was not totally right. Depending on your usage of in_table, it might not be a bug in your Lua code: > >...
@ejderdal For me both options still work with `2.7.1` ``` -e REGISTRY_STORAGE_MAINTENANCE_READONLY="{\"enabled\":false}" -e REGISTRY_STORAGE_MAINTENANCE="{\"readonly\":{ \"enabled\":true}}" ``` YAML instead of JSON also works.