31 lines
458 B
YAML
31 lines
458 B
YAML
packages:
|
|
# downloading
|
|
- curl
|
|
- wget
|
|
- software-properties-common
|
|
# debugging tools
|
|
- net-tools
|
|
- dnsutils
|
|
- netcat-openbsd
|
|
- btop
|
|
- tcpdump
|
|
# storage
|
|
- nfs-common
|
|
- nfs-kernel-server
|
|
|
|
# networking
|
|
hostnames:
|
|
- ip: 192.168.123.10
|
|
name: control.cluster
|
|
- ip: 192.168.123.1
|
|
name: bigboss
|
|
|
|
interface_name: lan0
|
|
gateway: 192.168.123.1
|
|
nameservers:
|
|
- 192.168.1.1
|
|
- 1.1.1.1
|
|
|
|
kubernetes_version: v1.32
|
|
crio_version: v1.32
|