quiet-memory-19288
12/06/2022, 5:37 PMsudo curl -sfL <https://get.k3s.io> | INSTALL_K3S_CHANNEL=v1.25 sh -s - --disable=servicelb,traefik,local-storage,metrics-server --write-kubeconfig-mode 644
Super fast shutdown times
If you add metric back:
sudo curl -sfL <https://get.k3s.io> | INSTALL_K3S_CHANNEL=v1.25 sh -s - --disable=servicelb,traefik,local-storage --write-kubeconfig-mode 644
It takes a full 90 seconds to shutdown or restart your linux server. So the pod is never getting killed.creamy-pencil-82913
12/06/2022, 6:00 PMquiet-memory-19288
12/20/2022, 6:47 PM