mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-22 02:21:34 +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:
|
clean:
|
||||||
rm -f -r \
|
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
|
image-cache/common image-cache/control-plane
|
||||||
|
|
||||||
COMMON_IMAGES := \
|
COMMON_IMAGES := \
|
||||||
|
Loading…
Reference in New Issue
Block a user