Daniele De Lorenzi

Results 11 comments of Daniele De Lorenzi

Thanks @fergie4000 it worked but now I have another error with bbolt ``` go get: github.com/etcd-io/[email protected] updating to github.com/etcd-io/[email protected]: parsing go.mod: module declares its path as: go.etcd.io/bbolt but was required...

I had the same issue on Centos 7.9.2009. The problem is due to openssh 7.4 on CentOS/RHEL not allowing root user ssh tunnel on a socket. References: https://bugzilla.redhat.com/show_bug.cgi?id=1527565 https://bugs.centos.org/view.php?id=14291 I...

I had the same problem, I have tested with terrascan 1.18.1 image and it seems is resolved (I've used the example pasted above): ``` ➜ docker run --rm -it -v...

It could be a problem with visual studio and QT-5 on XP, check this link -> http://www.tripleboot.org/?p=423 in the section "Q: “I did exactly what you said, but my app...

@fosterseth thanks, I'll try in another environment. On this one, I've ended up in reinstall+restore data from a backup

Hey @kubealex sorry I didn't get back to you! It works like the current implementation of [cluster external NFS server](https://github.com/kubealex/k8s-mediaserver-operator#using-a-cluster-external-nfs-server) so the pods will have the nfs server defined under...

> Wondering if there is a difference between passing it as a PVC and opening multiple NFS clients in this approach. Performance wise probably yes but I didn't had the...

@iwanttobefreak Thanks a lot, your modification to client.py works for me! > 2016-02-28 22:34:24,729 Starting new HTTP connection (1): ident.me > 2016-02-28 22:34:24,856 My ip: XXX.XXX.XXX.XXX > 2016-02-28 22:34:24,857 Starting...

I have removed the additional script and added the flags `-la` / `--local-api` that will automatically creates the kubernetes port forward. While testing the script on a 6.10 and 6.11,...