From 4e54aa5a7b17d3cd9742463068fd2a6807ae8a1c Mon Sep 17 00:00:00 2001 From: Garrett Mahin Date: Sun, 13 Mar 2022 17:39:08 -0500 Subject: [PATCH] doc: fix filename typo Corrects a filename typo in cleanup cluster part of kata-deploy README.md Fixes: #3869 Signed-off-by: Garrett Mahin --- tools/packaging/kata-deploy/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/packaging/kata-deploy/README.md b/tools/packaging/kata-deploy/README.md index b6d455adc8..c298c61454 100644 --- a/tools/packaging/kata-deploy/README.md +++ b/tools/packaging/kata-deploy/README.md @@ -143,7 +143,7 @@ $ kubectl -n kube-system wait --timeout=10m --for=delete -l name=kata-deploy pod After ensuring kata-deploy has been deleted, cleanup the cluster: ```sh -$ kubectl apply -f https://raw.githubusercontent.com/kata-containers/kata-containers/main/tools/packaging/kata-deploy/kata-cleanup/base/kata-cleanup-stabe.yaml +$ kubectl apply -f https://raw.githubusercontent.com/kata-containers/kata-containers/main/tools/packaging/kata-deploy/kata-cleanup/base/kata-cleanup-stable.yaml ``` The cleanup daemon-set will run a single time, cleaning up the node-label, which makes it difficult to check in an automated fashion.