Skip to content

Commit

Permalink
Add documentation on hostname appendix
Browse files Browse the repository at this point in the history
  • Loading branch information
zonque committed May 11, 2023
1 parent 35ca506 commit e1f8ad8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,10 @@ metadata:
kubelish/txt: Optional TXT record to be exposed along with the service on mDNS
```
If the service is annotated that way, and one of its external IP addresses is
a local IP address of the node the daemon is running on, the service will be
exposed as an mDNS service.
If the service is annotated that way it will be exposed as an mDNS service.
The hostname of the node will be appended to the service name (e.g. `Example on node.local`)
to avoid mDNS collisions when the same service is announced by other nodes.

If a service is deleted or updated to not be exposed, the daemon will remove
the mDNS service.
Expand Down

0 comments on commit e1f8ad8

Please sign in to comment.