Skip to content

Commit

Permalink
Merge pull request #709 from ROunofF/main
Browse files Browse the repository at this point in the history
chore: Fixed cleanup of control plane logging lab
  • Loading branch information
niallthomson authored Dec 22, 2023
2 parents dab46e2 + ac52fb3 commit bc10611
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit bc10611

Please sign in to comment.