Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drift detection: ignore certain fields when resources are deployed with ContinuousWithDriftDetection #585

Open
gianlucam76 opened this issue Jun 12, 2024 · 1 comment
Assignees

Comments

@gianlucam76
Copy link
Member

Is your feature request related to a problem? Please describe.
Consider the case where a Deployment is deployed using Sveltos along with Autoscaler.
In this scenario, Deployment spec.replicas field will be modified by Autoscaler.

Ideally we want Sveltos to detect a configuration drift (a change in the Deployment). But we don't want Sveltos to react to spec.replicas be modified (as that is expected to happen and it is not a configuration drift)

@oliverbaehler
Copy link
Contributor

@gianlucam76 could you implement this? The code base is too complex for me tbh :D

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants