docs: document exposing a workload on multiple host ports#542
Merged
talos-bot merged 1 commit intoMay 26, 2026
Merged
Conversation
Member
Author
|
We should hold this until Omni 1.8 lands. |
There was a problem hiding this comment.
Pull request overview
Updates the Omni documentation for workload service proxying to reflect new support for exposing a single Kubernetes Service on multiple host ports, including per-host-port overrides for label/prefix/icon annotations.
Changes:
- Updates the
omni-kube-service-exposer.sidero.dev/portannotation docs to describe comma-separated host port entries and optionalhost-port:service-portmapping. - Adds a new “Exposing multiple host ports” section describing per-host-port suffixed annotations and behavior for prefix collisions.
- Updates the “Access an exposed service” section to describe multi-host-port UI entries and prefix selection behavior.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
99ad547 to
365a640
Compare
Iheanacho-ai
approved these changes
May 12, 2026
The workload service proxy now accepts a comma-separated list of host port entries, optionally pairing each host port with a specific service port by number or name. Each entry produces its own exposed service with its own URL in Omni. The label, prefix, and icon annotations gain per-host-port suffixed variants that override the unsuffixed one for a given host port. Shipping in Omni 1.8. See siderolabs/omni#2771 and siderolabs/kube-service-exposer#18. Signed-off-by: Utku Ozdemir <utku.ozdemir@siderolabs.com>
365a640 to
db59463
Compare
Member
Author
|
/m |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The workload service proxy now accepts a comma-separated list of host port entries, optionally pairing each host port with a specific service port by number or name. Each entry produces its own exposed service with its own URL in Omni.
The label, prefix, and icon annotations gain per-host-port suffixed variants that override the unsuffixed one for a given host port.
Shipping in Omni 1.8. See siderolabs/omni#2771 and siderolabs/kube-service-exposer#18.