mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-20 01:29:07 +00:00
kubernetes: update clean rule
The kernel has been -kernel rather than -bzImage for some time. Likewise the disk moved the state dir. Signed-off-by: Ian Campbell <ijc@docker.com>
This commit is contained in:
parent
118816b4c3
commit
0d8c4789a1
@ -18,7 +18,7 @@ kube-node-initrd.img: kube-node.yml
|
||||
|
||||
clean:
|
||||
rm -f -r \
|
||||
kube-*-bzImage kube-*-cmdline kube-*-disk.img kube-*-initrd.img \
|
||||
kube-*-kernel kube-*-cmdline kube-*-state kube-*-initrd.img \
|
||||
image-cache/common image-cache/control-plane
|
||||
|
||||
COMMON_IMAGES := \
|
||||
|
Loading…
Reference in New Issue
Block a user