default_kernel_opts="nomodeset quiet rootfstype=ext4 cgroup_enable=cpuset cgroup_memory=1 cgroup_enable=memory consoleblank=120"
update-extlinux && reboot
curl -sfL https://get.k3s.io | INSTALL_k3S_EXEC='--disable servicelb --no-deploy traefik --flannel-backend=none --disable-network-policy' sh -
mkdir -p ~/.kube && ln -s /etc/rancher/k3s/k3s.yaml ~/.kube/config
sed 's/127.0.0.1/192.168.88.2/' /etc/rancher/k3s/k3s.yaml
apk add bash
curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3
chmod 700 get_helm.sh
./get_helm.sh
bpffs /sys/fs/bpf bpf defaults 0 0
mount -a
helm repo add cilium https://helm.cilium.io/
helm install cilium cilium/cilium --version 1.12.2 \
--namespace kube-system \
--set operator.replicas=1