We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8328979 + d456fde commit a936b7aCopy full SHA for a936b7a
README.md
@@ -125,19 +125,6 @@ source venv/bin/activate # On Windows: venv\Scripts\activate
125
pip install -e ".[dev]"
126
```
127
128
-### Running locally with several network interfaces
129
-
130
-By default weaviate is picking the default route as the ip for the cluster
131
-nodes. It may cause some issues when dealing with multiple interfaces. To make
132
-it work, localhost needs to be the default route:
133
134
-```bash
135
-sudo route delete default
136
-sudo route add default 127.0.0.1
137
-sudo route add -net 0.0.0.0/1 <public_ip_gateway>
138
-sudo route add -net 128.0.0.0/1 <public_ip_gateway>
139
-```
140
141
### Testing
142
143
To run the unit tests, execute this command:
0 commit comments