kuma icon indicating copy to clipboard operation
kuma copied to clipboard

feat(meshmultizoneservice): vip allocation

Open jakubdyszkiewicz opened this issue 1 week ago • 0 comments

Checklist prior to review

VIP allocation for MeshMultiZoneService. Instead of copy-pasting it third time I refactored it so we only pass CIDRs and resource types to the allocator.

  • [X] Link to relevant issue as well as docs and UI issues --
  • [X] This will not break child repos: it doesn't hardcode values (.e.g "kumahq" as a image registry) and it will work on Windows, system specific functions like syscall.Mkfifo have equivalent implementation on the other OS --
  • [X] Tests (Unit test, E2E tests, manual test on universal and k8s) --
    • Don't forget ci/ labels to run additional/fewer tests
  • [X] Do you need to update UPGRADE.md? --
  • [X] Does it need to be backported according to the backporting policy? (this GH action will add "backport" label based on these file globs, if you want to prevent it from adding the "backport" label use no-backport-autolabel label) --

jakubdyszkiewicz avatar Jun 27 '24 15:06 jakubdyszkiewicz