Posts

Showing posts from March, 2026

Harvester 1.7.0 Custom Routes

Because Harvester is an immutable Linux distribution, changes in terminal will be discarded when the server is restarted. Additional config should be written in specific configuration files so it can persist between reboot, including custom route. In previous Harvester version, the configuration can be added in the file inside /oem/ folder. But for version 1.7.0, it should be added using nmcli. Below is the example to add custom route to 192.168.1.0/24 via interface 192.168.0.1

Setup Timezone in Harvester

To apply time zone in harvester node , you need to create yaml file timezone.yaml, with this implementation, harvester node will automatically apply time zone when join the cluster.