Skip to content

Commit

Permalink
Remove fluentbit changes
Browse files Browse the repository at this point in the history
  • Loading branch information
zhihonl committed Jan 24, 2025
1 parent 0a3f058 commit 03b5fe8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions terraform/eks/daemon/credentials/pod_identity/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,6 @@ resource "null_resource" "update_image" {
command = <<-EOT
kubectl -n amazon-cloudwatch patch AmazonCloudWatchAgent cloudwatch-agent --type='json' -p='[{"op": "replace", "path": "/spec/image", "value": "${var.cwagent_image_repo}:${var.cwagent_image_tag}"}]'
kubectl set image deployment/amazon-cloudwatch-observability-controller-manager -n amazon-cloudwatch manager=public.ecr.aws/cloudwatch-agent/cloudwatch-agent-operator:latest
kubectl set image daemonset/fluent-bit -n amazon-cloudwatch fluent-bit=506463145083.dkr.ecr.us-west-2.amazonaws.com/fluent-bit-test:latest
sleep 10
EOT
}
Expand Down Expand Up @@ -314,7 +313,7 @@ resource "null_resource" "validator" {

provisioner "local-exec" {
command = <<-EOT
echo "Validating CloudWatch Agent and FluentBit with pod identity credential"
echo "Validating CloudWatch Agent with pod identity credential"
cd ../../../../..
go test ./test/metric_value_benchmark -timeout 1h -eksClusterName=${aws_eks_cluster.this.name} -computeType=EKS -v -eksDeploymentStrategy=PODIDENTITY -instanceId=${data.aws_instance.eks_node_detail.instance_id} &&
go test ./test/fluent -eksClusterName=${aws_eks_cluster.this.name} -computeType=EKS -v -eksDeploymentStrategy=DAEMON
Expand Down

0 comments on commit 03b5fe8

Please sign in to comment.