Skip to content

Commit

Permalink
Update od.config.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandredevely authored Mar 8, 2024
1 parent 408edd5 commit e633a05
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion reference/od.config.3.2
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e633a05

Please sign in to comment.