Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/2vm.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ If you are using AWS EC2, please add the following ports to the Security Group w
curl http://cloud.cluster.local:8090/
# {"status":"OK","code":200,"message":"Starlight Proxy"}
# This checks the container registry
curl http://cloud.cluster.local:5000/v2/
curl http://cloud.cluster.local:5001/v2/
# {}
```

Expand Down Expand Up @@ -186,7 +186,7 @@ Verify that the Starlight proxy is accessible from the worker.
```shell
curl http://cloud.cluster.local:8090/
# {"status":"OK","code":200,"message":"Starlight Proxy"}
curl http://cloud.cluster.local:5000/v2/
curl http://cloud.cluster.local:5001/v2/
# {}
```
If it does not work, please check the firewall configurations,
Expand Down