blake / external-mdns

A service to advertise records for Kubernetes resources on a LAN over multicast DNS.
Apache License 2.0
65 stars 9 forks source link

feat: add option to publish entries without namespace #2

Closed renanqts closed 3 years ago

renanqts commented 3 years ago

Sometimes, just expose a name without the namespace is required and I want to make it possible. It doesn't kill issue #1, but at least helps me there. It adds an option that makes it possible to advertise names without appending them with namespaces. For that, just use -without-namespace=true.

blake commented 3 years ago

Thanks for your contribution. I've merged these changes in d757c6d03cd2b66ab4734d26cad25cb957af0e4a, along with the suggestion I had on this PR.

A new release has been tagged https://github.com/blake/external-mdns/releases/tag/v0.3.0, and corresponding Docker images have been published.