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

Handle host and listener collisions for TransportServer resource #1415

Merged
merged 4 commits into from
Mar 1, 2021

Conversation

pleshakov
Copy link
Contributor

Proposed changes

The Ingress Controller now handles host and listener collisions for the TransportServer resource:

  • Host collisions among TransportServer resources for TLS Passthrough (in addition to the existing host collisions handling for Ingress and VirtualServer resources)
  • Listener collisions for TransportServer resources for TCP/UDP.

@pleshakov pleshakov added enhancement Pull requests for new features/feature enhancements documentation Pull requests/issues for documentation labels Feb 26, 2021
* Process TransportServer resources in Configuration
* Process GlobalConfiguration resource in Configuration
* In addition to resolving host collisions among Ingress and
VirtualServer resources, Configuration now resolves host
collisions among TransportServer TLSPassthrough resourses
as well
* Configuration resolves listener collisions TransportServer TCP/UDP
resources
@pleshakov pleshakov merged commit 93c3ef9 into master Mar 1, 2021
@pleshakov pleshakov deleted the transportserver-collisions branch March 1, 2021 16:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Pull requests/issues for documentation enhancement Pull requests for new features/feature enhancements
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants