Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
1,561 contributions in the last year
Activity overview
Contribution activity
October 2020
Created a pull request in cilium/cilium that received 9 comments
- daemon: Add LB-only mode (--datapath-mode=lb)
- docs: Document some caveats of kube-proxy replacement
- datapath: Decouple IPV4_MASQUERADE from IPV4_NODEPORT
- cli: Add cilium bpf lb maglev get $SVC_ID
- test: Increase timeout for waiting LB IP addr on GKE
- lbmap: Sort backends before creating maglev lookup table
- maglev: Perf related follow up items
- bpf: Do not try to open map when creating unpinned map
- contexthelpers: Fix deadlock when nobody recvs on success channel
- test: improve debugging of dns issues, add retries to external conn check
- docs: Updates kube-proxy-free getting started guide
- v1.9 backports 2020-10-21
- v1.7 backport 2020-10-20
- v1.8 backport 2020-10-20
- bpf: redirect fixes and follow-ups
- v1.9 backports 2020-10-19
- bpf: fix up lrp for v4-in-v6 sockets
- bpf: simplify local redirect a bit for sock lb
- loader: Check if device has BPF prog before trying to detach it
- lbmap: Correct issue that port info display error
- Avoid loops with local-redirect service translation
- Revert "Differentiate UDP and TCP Protocols in Services"
- service: Use initNextID in acquireLocalID()
- k8s: Make agent wait for CRDs
- Don't auto disable session affinity with kube-proxy
- test: Fix kube-proxy-free on GKE due to wrong k8sServiceHost value
- daemon: Enable configuration of iptables --random-fully
- bpf: add metrics for fragmented ipv4 packets
- bpf_host: describe the position of {to,from}-{host,netdev} in the data path
- doc: Kubeadm guide
- Fix wrong csum for non-first ipv4 fragments
- Create healthz HTTP endpoint for kube-proxy replacement
- v1.6 backports 2020-10-07
- v1.7 backports 2020-10-07
- Some pull request reviews not shown.
Created an issue in cilium/cilium that received 1 comment
UDP and TCP port differentiation is broken when doing upgrade
As pointed by @aanm, the Upgrade test is failing on k8s 1.1{3,4} job which is running with kube-proxy and the 4.9 kernel:
/home/jenkins/workspace/c…

