feat(scripts): add script to show PXE server logs

This commit is contained in:
Khue Doan 2021-11-17 16:55:03 +07:00
parent bb2dbf1650
commit 0d3b851d4e
2 changed files with 4 additions and 1 deletions

View File

@ -5,7 +5,7 @@
To view PXE server (includes DHCP, TFTP and HTTP server) logs:
```sh
docker-compose --project-directory ./metal/roles/pxe-server/build/ logs --follow
./scripts/pxe-logs
```
## Nodes not booting from the network

3
scripts/pxe-logs Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh
docker compose --project-directory ./metal/roles/pxe-server/files/ logs --follow