Replies: 1 comment 6 replies
-
I would not recommend this and I've never tried it, but maybe you can configure the shutdown timeouts using the systemd unit file at Of course, this only applies if you actually run k3s using systemd. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
we are deploying k3s to thousands of edge devices, that are getting turned off several times per day. Our goal is to make shutdown faster than default.
Having disabled all k3s components (coredns, servicelb, traefik,local-storage, metrics-server) shutdown is fast.
Having enabled them it takes around 2 minutes to shutdown, with no other deployments in place.
Is my understanding correct that only option is to make those deployments to shutdown faster by changing
terminationGracePeriodSeconds to less than 30s (which is default)?
Or am i missing something else here?
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions