From 2ffd671d8be9d09b03e2b0762bffcd98cd8a7b8a Mon Sep 17 00:00:00 2001 From: Laiba Bareera Date: Wed, 30 Jul 2025 17:00:05 +0500 Subject: [PATCH] fix failed test cases --- cfg/eks-1.7.0/controlplane.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/cfg/eks-1.7.0/controlplane.yaml b/cfg/eks-1.7.0/controlplane.yaml index 8b760ed..dad66c2 100644 --- a/cfg/eks-1.7.0/controlplane.yaml +++ b/cfg/eks-1.7.0/controlplane.yaml @@ -46,7 +46,6 @@ groups: resources: ["pods"] Apply the audit policy configuration to the cluster: kubectl apply -f .yaml - Ensure audit logs are forwarded to a centralized logging system like CloudWatch, Elasticsearch, or another log management solution: kubectl create configmap cluster-audit-policy --from-file=audit-policy.yaml -n kube-system kubectl apply -f - <