HiveBrain v1.2.0
Get Started
← Back to all entries
patternkubernetesModerate

Properly shutdown k3s on local machine

Submitted by: @import:stackexchange-devops··
0
Viewed 0 times
localk3sproperlyshutdownmachine

Problem

I've just installed k3s on my notebook (Ubuntu). Works fine. Great project. However, i do not need it to run 24/7 so, how do I properly shutdown the k3s cluster. Oddly, I cannot find anything about this in the documentation. Thanks

Solution

There is a systemd shutdown task (/etc/systemd/system/k3s.service) which stops the server, but not the k8s resources (pods, networks, etc). For this there is a utility script k3s-killall.sh which should be at /usr/local/bin/k3s-killall.sh

Context

StackExchange DevOps Q#12398, answer score: 18

Revisions (0)

No revisions yet.