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

Rewrite "service exposition outlook" to clarify that the list-op migration has begun #677

Merged
merged 1 commit into from
Nov 13, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions modules/concepts/pages/service-exposition.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,8 @@ For a production setup, it is recommended to use a LoadBalancer and the `externa

== Outlook

These listener classes are hardcoded to expose certain Service types and do not offer any additional configuration.
In a future release, the `ListenerClass` provided by the xref:listener-operator:index.adoc[listener-operator] will allow you to create your own listener class variants, with more granual configuration options.
For most of the Stackable operators, these listener classes are hardcoded to expose certain Service types and do not offer any additional configuration.
However, some operators support specifying custom xref:listener-operator:listenerclass.adoc[ListenerClass]es with more granular configuration options, via the xref:listener-operator:index.adoc[listener-operator].
In a future release, all Stackable operators are planned to be migrated over to this system.

For more information on what is supported by any individual operator, please see that operator's documentation.