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

Ignore certain resources from configuration drift detection #612

Closed
gianlucam76 opened this issue Jul 1, 2024 · 0 comments
Closed

Ignore certain resources from configuration drift detection #612

gianlucam76 opened this issue Jul 1, 2024 · 0 comments

Comments

@gianlucam76
Copy link
Member

When mode is set to ContinuousWithDriftDetection, allow resources with a certain annotation to not be tracked for configuration drift.

gianlucam76 pushed a commit to gianlucam76/libsveltos that referenced this issue Jul 2, 2024
Add field

```yaml
	// IgnoreForConfigurationDrift indicates to not track resource
	// for configuration drift detection.
	IgnoreForConfigurationDrift bool `json:"ignoreForConfigurationDrift"`
```

to Resource. Drift detection manager won't track any resource with such
field set for configuration drift

[Story](projectsveltos/addon-controller#612)
gianlucam76 pushed a commit to gianlucam76/libsveltos that referenced this issue Jul 2, 2024
Add field

```yaml
	// IgnoreForConfigurationDrift indicates to not track resource
	// for configuration drift detection.
	IgnoreForConfigurationDrift bool `json:"ignoreForConfigurationDrift"`
```

to Resource. Drift detection manager won't track any resource with such
field set for configuration drift

[Story](projectsveltos/addon-controller#612)
gianlucam76 pushed a commit to gianlucam76/libsveltos that referenced this issue Jul 2, 2024
Add field

```yaml
	// IgnoreForConfigurationDrift indicates to not track resource
	// for configuration drift detection.
	IgnoreForConfigurationDrift bool `json:"ignoreForConfigurationDrift"`
```

to Resource. Drift detection manager won't track any resource with such
field set for configuration drift

[Story](projectsveltos/addon-controller#612)
gianlucam76 pushed a commit to gianlucam76/libsveltos that referenced this issue Jul 2, 2024
Add field

```yaml
	// IgnoreForConfigurationDrift indicates to not track resource
	// for configuration drift detection.
	IgnoreForConfigurationDrift bool `json:"ignoreForConfigurationDrift"`
```

to Resource. Drift detection manager won't track any resource with such
field set for configuration drift

[Story](projectsveltos/addon-controller#612)
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

1 participant