Simon Wachter
Simon Wachter
> Strange error, but I'ld say file a bug against the cifs filesystem, borg only does normal filesystem operations and they should work without the filesystem going nuts. I completely...
Right. If changes are involved, might as well do this the proper way and check for actually required capabilities to run the tool instead of just checking `uid=0`?
Well, production use with locked-down permissions. I guest the target is more disposable VM build hosts than uid-namespaced containers?
The following patch works around the issue by manually escaping the plugin names in the output object, but it's rather brittle, and still relies on `vim.inspect` for the plugin configs:...
Or, if you prefer, guarding the second check as demonstrated in eae47319af7f3807390b801e3d5d7d8dba6503b2.
Note : removing the `tls:` block altogether properly exposes the service on the HTTP endpoint
@pleshakov Do you mind explaining why this issue has been tagged `proposal`? It seems like a bug to me.
Ok that makes sense, thanks for clarifying. So if I understand correctly, there is currently no way to use the wildcard certificate of the ingress in VirtualServers other than duplicating...
Also see #70
This is a common gotcha. `Promise.all()` rejects as soon as the first promise gets rejected, triggering a rollback. If other operations referencing the transaction are still pending, they get orphaned...