Dave Anderson
Dave Anderson
As a basic thing, you could just make kube-router program IPVS when it sees a Service with status.loadBalancer.ingress[*].ip . That field is what kube-proxy looks at to program correct routing...
Great news! Once 0.2.0 is released, I'll write documentation on the integration for MetalLB, and document which kube-router configurations are supported. One clarification for me: if you set `--advertise-loadbalancer-ips=true`, what...
I got something working, but it requires patching the binary to help it find the libraries. Sounds like it's WAI from your perspective, so I'll go off and see if...
I have things mostly working now. NixOS presents two challenges for Kolide: - There is no /lib or /usr/lib, binaries must explicitly reference exact paths in /nix/store//lib. So the osqueryd...
Gotcha. I didn't find a good way of keeping /usr/local/kolide-k2 mapped in the FHS env, so an envvar to set the update location would be good (or alternatively, compute the...
In the spirit of curiosity, I also tried the non-OSS SeaChest binary from https://github.com/Seagate/ToolBin, and it reports the same information, and also refuses to change the sector size.
Thanks for the detailed response! The drives are attached to a https://zfs.rent VM using qemu's LUN passthrough feature, which _theoretically_ is supposed to let the VM send commands directly to...
Thanks for the diagnostic! It does indeed look like qemu is preventing `85h` commands from reaching the drive. My server host set up a testbench, and captured the following dumps...
I ran both identify commands you provided. The 85h version fails, the A1h version works. So, it's looking like something in the I/O chain is only passing specific known opcodes,...
Howdy @amye. I'm the current owner of three domains for this project (metallb.org, metallb.com, metallb.net). Should I wait until more initial setup stuff has been done before sending over the...