-
Notifications
You must be signed in to change notification settings - Fork 193
[WIP] Add IPv6 support for ScyllaClusters #2956
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
base: master
Are you sure you want to change the base?
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: ylebi The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
6d2fd33
to
b57b05d
Compare
/hold |
b57b05d
to
b1fce78
Compare
I discovered that our prow cluster is IPv4-only and we need to have dual-stack support in order to pass these tests. https://github.com/scylladb/scylla-operator-release/issues/490 |
ffc2cc1
to
0559881
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/retest
/test images e2e-gke-parallel-ipv6 |
0559881
to
9f47951
Compare
This commit implements comprehensive IPv6 support for ScyllaClusters, enabling: - IPv6-only ScyllaDB clusters - Dual-stack (IPv4/IPv6) Kubernetes services - IPv6 broadcast address handling - IPv6-aware probe servers and health checks - IPv6 support for multi-datacenter communication Key changes: - Add ipFamily field to ScyllaCluster API with IPv4/IPv6 enum validation - Implement IPv6-aware networking helpers in pkg/helpers/networking.go - Add IPv6 support to ScyllaDB configuration (listen/rpc addresses, DNS lookups) - Update controllers to handle IPv6 service creation and endpoint management - Add comprehensive E2E tests for IPv6 scenarios - Include user documentation and working examples The implementation maintains full backward compatibility with existing IPv4-only deployments.
9f47951
to
dbbff22
Compare
/test images e2e-gke-parallel-ipv6 |
/test e2e-gke-parallel-ipv6 |
@ylebi: The following tests failed, say
Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
This commit implements comprehensive IPv6 support for ScyllaClusters, enabling:
Key changes:
The implementation maintains full backward compatibility with existing IPv4-only deployments.
Description of your changes:
Which issue is resolved by this Pull Request:
Resolves #2435
/kind feature