-
Notifications
You must be signed in to change notification settings - Fork 96
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
improvement(k8s-local-kind): make pod network be available for host
Before this change the host machine of the 'KinD' tool had connectivity only to the 'service' K8S IP addresses. For testing of the scylla-operator-v1.11.0 new features we need to have the network connectivity also to pod IPs. So, do following things to satisfy it: - Remove old route which was using wrong subnet and wrong gateway. - Add new routes for pod IP subnets per kind K8S node. - Delete redefinition of the '_refresh_instance_state' method which was needed only to mitigate the pod network unavailability. - Start using the 'start_scylla_pods_ip_change_tracker_thread' thread for local K8S setups because it becomes needed when we use pod IPs.
- Loading branch information
1 parent
dd92a43
commit 9d97306
Showing
1 changed file
with
22 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters