From ef0bf12dbd79db87802e01d48ccb273e2577fa7a Mon Sep 17 00:00:00 2001 From: Poornima Krishnasamy Date: Mon, 18 Sep 2023 13:37:14 +0100 Subject: [PATCH] Update extracting pod as the api output remvoed timeout? --- runbooks/source/recycle-all-nodes.html.md.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runbooks/source/recycle-all-nodes.html.md.erb b/runbooks/source/recycle-all-nodes.html.md.erb index 05d00f72..ba49b5aa 100644 --- a/runbooks/source/recycle-all-nodes.html.md.erb +++ b/runbooks/source/recycle-all-nodes.html.md.erb @@ -57,7 +57,7 @@ and `tail -f delete_pods.log` in another terminal. The `` is the s delete_pods() { NAMESPACE=$(echo "$1" | sed -E 's/\/api\/v1\/namespaces\/(.*)\/pods\/.*/\1/') - POD=$(echo "$1" | sed -E 's/.*\/pods\/(.*)\/eviction\?timeout=.*/\1/') + POD=$(echo "$1" | sed -E 's/.*\/pods\/(.*)\/eviction/\1/') echo $NAMESPACE