Adyanth Hosavalike
Adyanth Hosavalike
I'll look into how the gateway api controllers work some time. > How does this work? Is each tunnelBinding not an independent patch operation on the config file? Each tunnel...
How do you handle conflicts from multiple tunnel bindings trying to update the configs simultaneously? Would it be just a retry loop? Maybe an ORM style mapping from the config...
By concurrency, I mean when the k8s API rejects the patch because the state changed underneath. Interesting approach with the validating web hook for detecting conflicts!
Yeah it depends of if we requeue or not, or handle it with a retry in the same reconcile call. I'm hesitating just because the patch failing and getting reapplied...
I don't think a requeue can know that it is a requeue? Even with that, an exponential backoff quickly goes into minutes given enough things reconciling, making the end user...
Saw the same behavior, but it was due to the app not listening on localhost? ```sh /app # netstat -an Active Internet connections (servers and established) Proto Recv-Q Send-Q Local...