toby cabot

Results 22 comments of toby cabot

Picking up this thread, I'm curious what people think about "option 2" above, i.e., an interface to external IPAM systems. It seems like a good idea and if there's consensus...

While there's no de jure standard for IP allocation, https://netbox.readthedocs.io/en/stable/ is popular. I'm curious about the "world of hurt in terms of state synchronization" because it doesn't seem complex to...

I'm not getting the "two sources of truth" problem. The external IPAM system would be canonical and MetalLB would not be canonical so metallb would be responsible for making its...

I've spoken with rata and russelb aboth this here: https://kubernetes.slack.com/archives/CTU63S7K3/p1592999510227500 I'm going to work on a POC custom controller that fetches IP addresses from Netbox and assigns them to services.

Here's a proof-of-concept of a controller that allocates addresses from Netbox: https://github.com/caboteria/metallb/tree/netbox-client-poc . I worked hard to keep the diffs between it and upstream MetalLB to a minimum to make...

I'm trying to figure out how exactly the statuses of backendRefs influence the status of parentRefs. Let's see if I understand: * If a Route has valid parentRefs and backendRefs...

Looked at this over the weekend and the biggest problem that I had was from overloading the HTTPRoute object to be two different things depending on the context. This will...

Thank you for looking at this! I think my original top-comment wasn't clear so I extended it to make my intent clearer, i.e., ip-masq-agent functionality is the same but now...

Here's what I've figured out from a couple of hours of faffing around with this: The first problem is "how do you run generate-groups.sh"? There are two answers. One was...

From my read of the code, this happens only if the attempt to deactivate the key fails.