https://github.com/futuretea/harvester-netboot
Declarative definition of multi-cluster Harvester network boot server.
https://github.com/futuretea/harvester-netboot
Last synced: over 1 year ago
JSON representation
Declarative definition of multi-cluster Harvester network boot server.
- Host: GitHub
- URL: https://github.com/futuretea/harvester-netboot
- Owner: futuretea
- Created: 2023-04-23T12:38:16.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-07-06T05:10:34.000Z (almost 3 years ago)
- Last Synced: 2025-01-22T01:36:33.236Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 30.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# harvester-netboot
Declarative definition of multi-cluster Harvester network boot server.
## Features
- [x] Declarative definition
- [x] Multi-cluster support
- [ ] Webhook support
- [ ] EFI support
## How to use
1. Prepare a clean Linux server with docker and docker-compose installed.
2. Clone this repo
3. Copy the example config file.
```bash
cp config.example.yaml config.yaml
```
4. Edit the config file for your environment.
```bash
vim config.yaml
```
5. Run the docker-compose file.
```bash
docker-compose up -d
```