Oh! Another question. This is probably already o...
# k3s
q
Oh! Another question. This is probably already out there, but my googling is failing me today. What is the smallest possible install of k3s? Right now we use
Copy code
INSTALL_K3S_CHANNEL=v1.2xxx sh -s - --disable=traefik --write-kubeconfig-mode 644
Can I get leaner? We only use host network, can I rip out flannel and turn off logging (pod logging too?) and the metrics server? Does anyone already have a study on this I can read? I want just enough to run like 5 very little pods. But I need nothing else…