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

Remove influxdb host validation in ClusterOutput #1363

Merged
merged 1 commit into from
Sep 29, 2024

Conversation

smallc2009
Copy link
Contributor

What this PR does / why we need it:

This PR removes the validation of the ipv4, ipv6 and hostname. This is because the Kubebuilder doesn't support using multiple format validations for a single field. In original code, there were three formation validations(hostname, ipv4, ipv6), but only the last one(ipv6) would be applied.

This PR also remedies port range. The highest valid port number is 65535, not 65536. Port 0 is a reserved port in TCP/IP

Which issue(s) this PR fixes:

Fixes #1359

Does this PR introduced a user-facing change?


Additional documentation, usage docs, etc.:


@wenchajun wenchajun merged commit 0058435 into fluent:master Sep 29, 2024
9 of 10 checks passed
@wenchajun
Copy link
Member

Thanks for your contribution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bug: influxdb host configured as ipv6 type, not accepting hostname
2 participants