From 5e0dd94d3b0e0eb77181659d978a3b0bfae13cb1 Mon Sep 17 00:00:00 2001 From: Tim Hockin Date: Mon, 1 Mar 2021 16:47:42 -0800 Subject: [PATCH] Don't audiot the node count in a cluster Those things change over time, not worth alerting on. --- audit/audit-gcp.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/audit/audit-gcp.sh b/audit/audit-gcp.sh index f2d52005007..64488e3d985 100755 --- a/audit/audit-gcp.sh +++ b/audit/audit-gcp.sh @@ -136,7 +136,7 @@ gcloud \ # action. gcloud \ container clusters list \ - --format="value(name, location, locations, currentNodeCount, status)" \ + --format="value(name, location, locations, status)" \ > "projects/${PROJECT}/services/${SVC}/clusters.txt" ;; dns)