Part 2: Build k3sup
We’ll need to build k3sup
for our FreeBSD hypervisor.
2.1 Setup Your Go Environment
If you already have a working golang
build environment on your FreeBSD hypervisor, you can skip this section.
First, create your go
workspace. This tutorial will assume you are using the path ${HOME}/go
.
2.2 Check Out and Build k3sup
You should copy this k3sup
binary somewhere in your PATH
.
Leave a Reply