diff --git a/manifests/modules/observability/logging/cluster/.workshop/cleanup.sh b/manifests/modules/observability/logging/cluster/.workshop/cleanup.sh index 79b8b94f5..945ea0791 100644 --- a/manifests/modules/observability/logging/cluster/.workshop/cleanup.sh +++ b/manifests/modules/observability/logging/cluster/.workshop/cleanup.sh @@ -7,6 +7,6 @@ echo "Disabling EKS control plane logs..." aws eks update-cluster-config \ --region $AWS_REGION \ --name $EKS_CLUSTER_NAME \ - --logging '{"clusterLogging":[{"types":["api","audit","authenticator","controllerManager","scheduler"],"enabled":false}]}' > /dev/null + --logging '{"clusterLogging":[{"types":["api","audit","authenticator","controllerManager","scheduler"],"enabled":false}]}' || true > /dev/null aws eks wait cluster-active --name $EKS_CLUSTER_NAME > /dev/null \ No newline at end of file