Part 1: Required Tools
We’re going to install the tools needed on the FreeBSD hypervisor. You can compile from the ports
tree or install from packages, whichever you prefer. The tutorial assumes you have already installed all these ports. When additional post-installation configuration is required, we will walk through it at the appropriate point in the tutorial.
We need to build k3sup
locally, so this list includes the build tools for compiling from source.
Here is the full list of required packages, including the versions, with the ports
section in parentheses:
- Build tools
- git 2.29.2 (
devel
)
- go 1.15.6.1 (
lang
)
- git 2.29.2 (
- K8s tools
- kubectl 1.19.4 (
sysutils
)
- kubectl 1.19.4 (
- FreeBSD system tools
CBSD
12.2.4 (sysutils
)nsd
4.3.4 (dns
)
- Misc tools
wget
1.20.3_1 (ftp
)
Leave a Reply