Skip to content

Commit a936b7a

Browse files
authored
Merge pull request #495 from stacklok/remove-weaviate-from-readme
Remove doc related to weaviate
2 parents 8328979 + d456fde commit a936b7a

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

README.md

-13
Original file line numberDiff line numberDiff line change
@@ -125,19 +125,6 @@ source venv/bin/activate # On Windows: venv\Scripts\activate
125125
pip install -e ".[dev]"
126126
```
127127

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-
141128
### Testing
142129

143130
To run the unit tests, execute this command:

0 commit comments

Comments
 (0)