mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-21 10:51:29 +00:00
fix missing comma in list of strings
This commit is contained in:
parent
4524579c0e
commit
39818e16d4
@ -99,7 +99,7 @@ def cleanup_pre_snap_services():
|
||||
# cleanup old files
|
||||
files = [
|
||||
"/lib/systemd/system/kubelet.service",
|
||||
"/lib/systemd/system/kube-proxy.service"
|
||||
"/lib/systemd/system/kube-proxy.service",
|
||||
"/etc/default/kube-default",
|
||||
"/etc/default/kubelet",
|
||||
"/etc/default/kube-proxy",
|
||||
|
Loading…
Reference in New Issue
Block a user