Cyclinder

Results 232 comments of Cyclinder

It seems to the [CI failures: ConformanceGKE(ci-gke)](https://github.com/cilium/cilium/actions/runs/2860336314) has no relation with these changes ?

Hi @fedepaol ,I'd working on this, Can I have this?

Yeah! But maybe I don't have extra time to work on this lately, maybe I'll look into it during the weekend.

Service: ``` root@master1:~/metallb/bgp# kubectl get svc | grep metallb metallb-demo LoadBalancer 172.31.63.207 10.254.254.1 18081:30531/TCP 21h metallb-ippool1 LoadBalancer 172.31.24.80 10.254.254.3 18090:30833/TCP 6h46m metallb-local LoadBalancer 172.31.28.40 10.254.254.2 18086:32628/TCP 17h ``` routes in...

Hi @dougbtv Can you take a look? Thanks.

@caseydavenport I am interested in this, but I need to know what else needs to be done here, can you tell me? Thanks.

@giuseppe please refer to: https://github.com/kubernetes/kubernetes/pull/107634#issuecomment-1057681683

go code: ```golang [root@dce-18-18-10-202 fsnotify-test]# ls 123 go.mod go.sum main.go [root@dce-18-18-10-202 fsnotify-test]# cat main.go package main import ( "k8s.io/klog/v2" "github.com/fsnotify/fsnotify" "flag" "time" ) var fileName = flag.String("file","123","input file name") func...