Arko Dasgupta

Results 937 comments of Arko Dasgupta

@skriss is this is bug or working as expected ?

from @skriss 's comments it sounds like `attachedRoutes` is mutually exclusive to the Listener Ready status so this is a non issue

I think the status updater library needs to be updated to * perform a GET before a PUT * also made synchronous (currently asynchronous, runs in a go routine)

> @arkodg do you think #395 may be updating gateway status before making a copy of it? @danehans it passes a copy already https://github.com/envoyproxy/gateway/blob/25acee55e46f3cd022157037697b08844d96a55d/internal/provider/kubernetes/gateway.go#L351

@youngnick currently the producers (such as gateway-api translator) update the entire object including status and pass it over to the status subscriber, so we would have to update logic in...

please ignore the previous comment, @youngnick took your advice and merged the gateway conditions within the mutator func https://github.com/envoyproxy/gateway/pull/435 thanks !

if there is a parent->child relationship b/w Gateway Class and Gateway and Gateway and HTTPRoute and order or accepted GatewayClass or Gateway matters/is sequential, maybe each reconciler could * Update...

@danehans is this still needed ?

yes the issue is we are allocating too much space https://github.com/docker/libnetwork/blob/1680ce717394f8aa9ba6de26b851b7e02699d490/ipamutils/utils.go#L114 We should maybe limit `n` to 20 bits / 1M space

@thomasrockhu-codecov @mitchell-codecov can you please advise us on how to proceed with this issue ?