Skip to content

Instantly share code, notes, and snippets.

View yaronr's full-sized avatar

Yaron Rosenbaum yaronr

View GitHub Profile
@yaronr
yaronr / pwru-12c1a3e8.log
Created April 30, 2026 20:03
pwru trace — Cilium 1.19.3 nodeEncryption=true cross-node SYN drop (cilium/cilium#45497)
This file has been truncated, but you can view the full file.
0xffff8880489acee0 0 <empty>:0 8319874372 4026531840 0 0 0x86dd 1460 80 [2600:1900:4180:10c:0:1c8::]:38790->[2600:1900:4180:10c:0:1c7::]:10250(tcp:SYN) 0xffffffff85c2f904 :0->:0()
0xffff8880489acee0 0 <empty>:0 7011 4026531840 0 0 0x86dd 1460 80 [2600:1900:4180:10c:0:1c8::]:38790->[2600:1900:4180:10c:0:1c7::]:10250(tcp:SYN) 0xffffffff85d865b4 :0->:0()
0xffff8880489acee0 0 <empty>:0 2950 4026531840 0 0 0x86dd 1460 80 [2600:1900:4180:10c:0:1c8::]:38790->[2600:1900:4180:10c:0:1c7::]:10250(tcp:SYN) 0xffffffff85d86684 :0->:0()
0xffff8880489acee0 0 <empty>:0 10585 4026531840 0 0 0x86dd 1460 80 [2600:1900:4180:10c:0:1c8::]:38790->[2600:1900:4180:10c:0:1c7::]:10250(tcp:SYN) 0xffffffff85c424d4 :0->:0()
0xffff8880489acee0 0 <empty>:0 4035 4026531840 0 0 0x86dd 1460 80 [2600:1900:
@yaronr
yaronr / bootstrap-consul.sh
Last active September 27, 2020 17:54
Bootstrap Consul on CoreOS
#!/bin/bash
source /etc/environment
hostname=$(cat /etc/machine-id)
machines=$(etcdctl ls /consul.io/bootstrap/machines)
#If there are 'machines' then the cluster has been initialised.
if [ -z "$machines" ]
then
flags="${flags} -bootstrap"
{
"id": "docker-registry",
"kind": "Pod",
"apiVersion": "v1beta1",
"desiredState": {
"manifest": {
"version": "v1beta1",
"id": "docker-registry",
"containers": [{
"name": "master",