zendesk / samson

Web interface for deployments, with plugin architecture and kubernetes support
Other
1.45k stars 234 forks source link

karmada: ignore sync errors since they are temporary #4091

Closed grosser closed 4 months ago

grosser commented 4 months ago
[20:32:39]   Normal SyncSucceed: Successfully applied resource(kube-system/kube-service-watcher) to cluster eks-sandbox x3

[20:32:39]   Warning SyncFailed: Failed to create or update resource(kube-system/kube-service-watcher) in member cluster(eks-sandbox): Operation cannot be fulfilled on deployments.apps "kube-service-watcher": the object has been modified; please apply your changes to the latest version and try again x2

but after a few reconciles it's just fine, so need to ignore these

Risks