Skip to content

Conversation

@ajssmith
Copy link
Member

Prevent the listener resource from overwriting a pre-existing service. Also, remove log message that would be continuously generated sans configuration change.

@ajssmith ajssmith requested a review from nluaces as a code owner October 17, 2025 19:57
slog.Any("error", err))
return err
} else {
updated := false
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ajssmith I believe we need a similar validation here for listeners defined with exposePodsByName=true.

@ajssmith ajssmith marked this pull request as draft October 24, 2025 18:31
@ajssmith ajssmith marked this pull request as ready for review October 28, 2025 16:40
return s.updateConnectorConfiguredStatus(connector, err)
}

func (s *Site) updateListenerStatus(listener *skupperv2alpha1.Listener, err error) error {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not a blocker: should be this method called something like updateListenerErrorStatus, given that it is only used in error cases?

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.

3 participants