metal-stack / gardener-extension-provider-metal

Implementation of the gardener-extension-controller for metal-stack
MIT License
24 stars 11 forks source link

☂️ update metallb to v0.14.x #383

Closed mwennrich closed 5 months ago

mwennrich commented 5 months ago

Newer metallb versions do not use a configmap for configuration, but instead custom resources:

TODOs:

  1. add metallb CRDs to gepm, update metal-ccm RBACs (https://github.com/metal-stack/gardener-extension-provider-metal/pull/384)
  2. prepare metal-ccm to also create these custom resources (https://github.com/metal-stack/metal-ccm/pull/89)
  3. update metallb in GEPM (https://github.com/metal-stack/gardener-extension-provider-metal/pull/385)
  4. after migration, remove old code in metal-ccm (https://github.com/metal-stack/metal-ccm/pull/90)
Gerrit91 commented 5 months ago

All merged. :)