Revise cleanup section and update next steps

Updated the README to remove cleanup instructions and clarify next steps. Do not remove IPs that we set up in separate guide within this playbook
This commit is contained in:
Ev Lacey 2025-12-02 16:38:12 -08:00 committed by GitHub
parent 4982987b09
commit eae85d0e5e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -319,25 +319,7 @@ nvidia-smi
docker exec node nvidia-smi --query-gpu=memory.used,memory.total --format=csv
```
## Step 14. Cleanup and rollback
Remove temporary configurations and containers when testing is complete.
> [!WARNING]
> This will stop all inference services and remove cluster configuration.
```bash
## Stop containers on both nodes
docker stop node
docker rm node
## Remove network configuration on both nodes
sudo ip addr del 192.168.100.10/24 dev enP2p1s0f1np1 # Node 1
sudo ip addr del 192.168.100.11/24 dev enP2p1s0f1np1 # Node 2
sudo ip link set enP2p1s0f1np1 down
```
## Step 15. Next steps
## Step 14. Next steps
Access the Ray dashboard for cluster monitoring and explore additional features: