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

[release/v1.0] docs: clarify DNS lookup in clustering documentation #911

Merged
merged 1 commit into from
May 22, 2024

Conversation

github-actions[bot]
Copy link
Contributor

Backport abe384e from #910

`--cluster.join-addresses` supports being given a list of IPs or addresses. The documentation mentions these are resolved via DNS, but it doesn't mention what type of records are supported.

Based on the [code](https://github.com/grafana/alloy/blob/c3c761b5e52fcfd605a2274c71adc76b020dd315/internal/alloycli/cluster_builder.go#L168-L173), the only type of supported DNS record is SRV.

(cherry picked from commit abe384e)
@github-actions github-actions bot requested a review from clayton-cornell as a code owner May 22, 2024 19:33
@github-actions github-actions bot requested review from rfratto and removed request for clayton-cornell May 22, 2024 19:33
@rfratto rfratto enabled auto-merge (squash) May 22, 2024 19:34
@rfratto rfratto merged commit c63db15 into release/v1.0 May 22, 2024
5 checks passed
@rfratto rfratto deleted the backport-910-to-release/v1.0 branch May 22, 2024 19:38
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 22, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant