adamant-kite-43734
12/06/2022, 5:37 PMquiet-memory-19288
12/06/2022, 5:39 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.quiet-memory-19288
12/06/2022, 5:39 PMquiet-memory-19288
12/06/2022, 5:40 PMquiet-memory-19288
12/06/2022, 5:42 PMquiet-memory-19288
12/06/2022, 5:43 PMcreamy-pencil-82913
12/06/2022, 6:00 PMcreamy-pencil-82913
12/06/2022, 6:01 PMquiet-memory-19288
12/20/2022, 6:47 PM