nais / teams-backend

NAIS teams is a API server for team creation and propagation to external systems.
MIT License
3 stars 0 forks source link

Reconciler state can have old clusters #74

Closed christeredvartsen closed 1 year ago

christeredvartsen commented 1 year ago

If a cluster / environment is removed from the Console configuration, there might be environments in existing reconciler state that should no longer be used. Reconcilers that work with multiple environments must check if the environment from the state is active.

christeredvartsen commented 1 year ago

Correction: This is only an issue for the NAIS namespace reconciler.