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

Support IngressClassName in TransportServer #1420

Merged
merged 2 commits into from
Mar 5, 2021
Merged

Support IngressClassName in TransportServer #1420

merged 2 commits into from
Mar 5, 2021

Conversation

pleshakov
Copy link
Contributor

Proposed changes

The TransportServer resource now includes the spec.ingressClassName, which users can set to choose which NGINX Ingress Controller they want to handle their TransportServer resources. This is useful when multiple NGINX Ingress Controllers are running in the cluster (for example, one for prod and one for dev).

@pleshakov pleshakov added enhancement Pull requests for new features/feature enhancements documentation Pull requests/issues for documentation labels Mar 2, 2021
Copy link
Contributor

@soneillf5 soneillf5 left a comment

Choose a reason for hiding this comment

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

All good except for the deepCopy() in the test.

cmd/nginx-ingress/main.go Show resolved Hide resolved
internal/k8s/configuration_test.go Show resolved Hide resolved
internal/k8s/controller_test.go Show resolved Hide resolved
@pleshakov pleshakov requested a review from lucacome March 4, 2021 19:21
@pleshakov pleshakov merged commit da5df32 into master Mar 5, 2021
@pleshakov pleshakov deleted the ts-class branch March 5, 2021 16:37
@pstackle
Copy link

@pleshakov Is there an estimate of when this change will be included in a release?

@pleshakov
Copy link
Contributor Author

Hi @pstackle

it will go into 1.11.0, scheduled for the end of march

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.

4 participants