You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Changelog
🚨 Breaking
[OPERATOR]
This repository and all of its artifacts are now named platform-service-quota. (#177, @Diaphteiros)
The quota operator is now a platform service. Running it as standalone operator, as before, is not supported anymore (unless it is run in a way which adheres to the platform service contract). (#173, @Diaphteiros)
The operator's config is now expected as a QuotaServiceConfig resource on the platform cluster. It has to have the same name as the PlatformService resource that created the controller pod. (#173, @Diaphteiros)
The value of the quota operator managed-by label has changed. This requires a manual step when upgrading from the old quota operator to the new platform service: Remove the quota.openmcp.cloud/managed-by label from all namespaces on the onboarding cluster. This label is meant to prevent multiple instances of the quota operator from working on the same namespace, which means that only the instance with the matching identity (now set to the name of the PlatformService resource) will feel responsible for the respective namespace. (#173, @Diaphteiros)