Michael Kashin

Results 99 comments of Michael Kashin

looks good, thanks @harsimran-pabla . wdyt about also adding the diagram showing the new API data model, like https://github.com/hacktivist123/design-cfps/blob/b5f50be4b0a7e8e66a404069959a6c30124210f8/cilium/images/BGPv2-API-CRD-HIERACHY.png ?

This is by design, as the policies are enforced in Ingress, before the backends are selected. The empty endpointSelector would select all endpoints but it's also possible to make it...

This feature does not work per Ingress or per namespace, it only works with CCNP and applies globally to _all_ Ingress/GwAPI resources.

that's the current scope of the feature. I agree, it's not as useful as it would've been with per-namespace or per-ingress support. This may still happen but most likely it'll...

I think that kernel version got updated but they didn't bump the version number, so I didn't detect it. I've build the new kernel image from the kernel extracted from...

btw, I've discovered another bug that manifests itself when you don't set the system-mac explicitly. If you're seeing an error when ifreload tries to set a system mac, try using...

can you share the SVG file you get using `systemd-analyze plot > boot.svg`?

it seems to work fine in my case. I think it could be down to the background CPU noise and race conditions. It will work if you manually do a...

`networkop/cx:5.0.5` is out with the patch.

Looks like I've found where the MAC bug is coming from. https://github.com/networkop/cx/blob/5f8dc609a3a0c7f5d16c6cfc935100f49332ab09/hacks/decode-syseeprom.5.1#L373 and https://docs.python.org/3/library/uuid.html#uuid.getnode ``` If all attempts to obtain the hardware address fail, we choose a random 48-bit number...