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
The auto-detect feature performs 6 requests against the Kubernetes API every 5 Seconds, requesting all Kubernetes API resources. This is made worse when the Kubernetes API server has many custom resources (for example, when using Google Cloud Config Connector.
Version
1.0.0
Expected behavior
The keycloak-realm-operator should perform a reasonable amount of requests against the Kubernetes API.
Actual behavior
The keycloak-realm-operator puts a lot of load on the Kubernetes API.
How to Reproduce?
No response
Anything else?
Some additional observation:
The auto-detect feature checks features that should change rarely, if ever. Performing these request every five Seconds is excessive.
I'll happily provide a PR with a fix, if this is considered a bug.
The text was updated successfully, but these errors were encountered:
Describe the bug
The auto-detect feature performs 6 requests against the Kubernetes API every 5 Seconds, requesting all Kubernetes API resources. This is made worse when the Kubernetes API server has many custom resources (for example, when using Google Cloud Config Connector.
Version
1.0.0
Expected behavior
The keycloak-realm-operator should perform a reasonable amount of requests against the Kubernetes API.
Actual behavior
The keycloak-realm-operator puts a lot of load on the Kubernetes API.
How to Reproduce?
No response
Anything else?
Some additional observation:
The auto-detect feature checks features that should change rarely, if ever. Performing these request every five Seconds is excessive.
I'll happily provide a PR with a fix, if this is considered a bug.
The text was updated successfully, but these errors were encountered: