Skip to content

Commit

Permalink
Increased timeout.
Browse files Browse the repository at this point in the history
  • Loading branch information
musa-asad committed Apr 30, 2024
1 parent 3809381 commit 4d0e103
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -222,8 +222,8 @@ resource "null_resource" "deployment_wait" {
command = <<-EOT
curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl"
chmod +x kubectl
./kubectl rollout status daemonset fluent-bit-windows -n amazon-cloudwatch --timeout 600s
./kubectl rollout status daemonset cloudwatch-agent-windows -n amazon-cloudwatch --timeout 600s
./kubectl rollout status daemonset fluent-bit-windows -n amazon-cloudwatch --timeout 1200s
./kubectl rollout status daemonset cloudwatch-agent-windows -n amazon-cloudwatch --timeout 1200s
EOT
}
}
Expand Down

0 comments on commit 4d0e103

Please sign in to comment.