From e633a05fa56b0e3ee4ea616791a3cef4bcf434f2 Mon Sep 17 00:00:00 2001 From: Alexandre DEVELY <12896316+alexandredevely@users.noreply.github.com> Date: Fri, 8 Mar 2024 12:56:16 +0100 Subject: [PATCH] Update od.config.3.2 --- reference/od.config.3.2 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/reference/od.config.3.2 b/reference/od.config.3.2 index 9644c26..f1cce02 100755 --- a/reference/od.config.3.2 +++ b/reference/od.config.3.2 @@ -18,8 +18,11 @@ # same commands in one line # kubectl create -n abcdesktop configmap abcdesktop-config --from-file=od.config -o yaml --dry-run=client | kubectl replace -n abcdesktop -f - # -# to restart pyos +# to restart pyos +# quick and dirty # kubectl delete pods -l run=pyos-od -n abcdesktop +# or rollout +# kubectl rollout restart deployment pyos-od -n abcdesktop # # to detect non-ASCII characters in file # perl -ne 'if (/[^[:ascii:]]/) { print $. . ": " . $_ }' od.config