Timur Bakeyev
Timur Bakeyev
> Also, why is the Prometheus chart installing a CRD that's conflicting. E.g. our service monitor soups only target the Loki installation. Well, it's the way around. Why Loki(ok, grafana-agent-operator,...
Well, FreeBSD has both ZFS and NFSv4 ACLs, so could be alternative to Solaris based installations.
Don't take it as shameless plug, but did you consider to try [FreeNAS](http://www.freenas.org) or, on a commercial grade, [TrueNAS](http://www.freenas.org/truenas/) P.S> I came across this issue while checking do we need...
> Unfortunately, I believe the samba zfs acl module is dependent on the Solaris/illumos acl API, which Linux does not support, so it will likely not work as-is. Either a...
> there is a freebsd port of the samba VFS module. That's not the port, but rather compatibility library [libsunacl](https://github.com/freenas/libsunacl) which emulates Solaris NFSv4 API through the FreeBSD ACLs API....
I was under the impression that `victoriametrics-operator` installs those CRDs(as well as vm-k8s-stack), but apparently, that's not yet true. Please implement some workaround for this issue, I see that operator...
I have a very similar issue with installing Helm chart applications that do use `ServiceMonitor` via ArgoCD. Those applications hang in the installation process, waiting until SM CRD becomes available....
Hello from 2020 here. This is still the problem with ` Server Version: 19.03.13` and `userns` enabled.... ``` 'Error 400: OCI runtime create failed: container_linux.go:349: starting container process caused "process_linux.go:449:...
``` docker exec -i container-id sudo -u postgres -- pg_dump "$@" ``` works great to me.