From 3f8883b55de1dda66ea0f689e39e7e29342db664 Mon Sep 17 00:00:00 2001 From: Michail Alexakis <alexakis@athenarc.gr> Date: Sat, 3 Jun 2023 17:18:50 +0300 Subject: [PATCH] Update README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index ac0ebc9..620ac44 100644 --- a/README.md +++ b/README.md @@ -24,3 +24,6 @@ Prepare the configuration files under a kustomization directory `echo/1`. Then, kubectl apply -k echo/1 +When finished, examine logs, then delete job resources: + + kubectl delete -k echo/1 -- GitLab