Skip to content

Feature/expose configuration error #3205

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

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

ljluestc
Copy link

Expose ConfigurationError for Service Configuration Conflicts in SwarmKit

- What I did
Added a ConfigurationError field to the SwarmKit Service API to expose configuration conflicts (e.g., duplicate service names or conflicting port bindings) instead of silently dropping services. This proof-of-concept improves operator visibility and fosters discussion on error handling.

- How I did it

  • Updated manager/allocator/allocator.go to detect port conflicts and set ConfigurationError with Status.State as DISABLED.
  • Modified manager/dispatcher/dispatcher.go to check for duplicate service names during updates, setting ConfigurationError if conflicts occur.
  • Ensured manager/state/store.go persists ConfigurationError and validates disabled status.

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

Successfully merging this pull request may close these issues.

1 participant