Julien Girardin
Julien Girardin
``` csi-cephfsplugin-q4wrr csi-cephfsplugin E1015 07:14:58.049484 1 nodeserver.go:273] ID: 98 Req-ID: 0001-0009-rook-ceph-0000000000000001-e305d04a-4c56-11ed-b1c9-bad2e6b34b46 failed to mount volume 0001-0009-rook-ceph-0000000000000001-e305d04a-4c56-11ed-b1c9-bad2e6b34b46: an error (exit status 32) occurred while running mount args: [-t ceph 172.16.31.1:6789,172.16.31.2:6789,172.16.31.3:6789:/volumes/csi/csi-vol-e305d04a-4c56-11ed-b1c9-bad2e6b34b46/1de9ce81-0c1b-40f1-9a06-7bd9147b17fd /var/lib/kubelet/plugins/kubernetes.io/csi/rook-ceph.cephfs.csi.ceph.com/4d6a495ec8fb8ebee362db7492c7cfe27425c92c4ab6a98daf91f3b69f37227c/globalmount...
Confirm that running rook 1.9.12 (rook 1.10.X supports cephcsi >=3.6.0, that does NOT solve the issue) and forcing cephcsi:3.5.1 solve the issue.
Looks like I have the same issue with nodeport: ``` kubectl create deployment nginx --image=nginx kubectl expose deployment/nginx --port 80 --type=NodePort ``` If I retrieve the nodeport; ``` curl :...
> LB are often implemented using NodePorts Yes I know, but my provider is a provider of baremetal servers, I only have failover IP attached to it and this is...
What @apsega describe also perfectly describes the problem I see. When I setup(just setup, via systemd-networked setuping the peers and an IP) the wg1 interface, it stops working 4 or...
Seems that setting: ``` BPFDataIfacePattern: "^(en[opsx].*|wg.*|eth.*|tunl0$|wireguard.cali$)" ``` (adding `wg.*`) and rollout restart calico-node seems to solve the problem
I would like to moderate my previous message: Seems that it works if I don't use wireguard for kubernetes (so I'm allowed to setup a wireguard mesh without breaking an...
@tomastigera Yes eth0 (I did a mistake it's `eno1` actually) is for reaching the outside and be reached from outside (the vip is attached to this interface) and wg1 is...
@tomastigera You mentioned bad mac on #4942, could my problem be that wireguard interface doesn't have mac address ? (If you want to access my cluster again, let me know)
I've done some investigation, (that I already did without success but now I understand a bit more the felix config) when installing calico I also loose the ability to reach...