From 190f50c25865310c44478a155aa6736cb46c9af9 Mon Sep 17 00:00:00 2001 From: Hari Sekhon Date: Thu, 11 Aug 2022 15:56:37 +0100 Subject: [PATCH] updated kubectl_restart.sh --- kubectl_restart.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/kubectl_restart.sh b/kubectl_restart.sh index 4e017daa..63c11b4d 100755 --- a/kubectl_restart.sh +++ b/kubectl_restart.sh @@ -30,6 +30,9 @@ Restarts all deployments and statefulsets in the current or given namespace Useful for example to restart all the ArgoCD components if it's stuck Can optionally specify an ERE regex filter on the deployment or statefulset name + + +Requires kubectl to be installed and configured " # used by usage() in lib/utils.sh