Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 530 Bytes

README.md

File metadata and controls

26 lines (22 loc) · 530 Bytes

harvester-netboot

Declarative definition of multi-cluster Harvester network boot server.

Features

  • Declarative definition
  • 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.
cp config.example.yaml config.yaml
  1. Edit the config file for your environment.
vim config.yaml
  1. Run the docker-compose file.
docker-compose up -d