Rauneet / log-monitor

log-monitoring script
0 stars 0 forks source link

there is an issue with the nodetype as it does not have sufficient resource for the workload #22

Open Rauneet opened 2 months ago

Rauneet commented 2 months ago
Screenshot 2024-07-03 at 12 39 50 AM

` resource "aws_s3_bucket_lifecycle_configuration" "deployment_context_lifecycle" { bucket = aws_s3_bucket.deployment_context.id rule { id = "deployment_context" status = "Enabled" expiration { days = var.deployment_context_expiration_days } noncurrent_version_expiration { noncurrent_days = var.noncurrent_version_expiration_days_for_deployment_context_bucket } noncurrent_version_transition { noncurrent_days = var.noncurrent_version_transition_deployment_context_bucket storage_class = var.storage_class_value } }

} `

Rauneet commented 2 months ago

What is the update here ? [ClickUp-Origin]

Rauneet commented 2 months ago

Can you please provide me the root cause for this issue

Rauneet commented 2 months ago

Can you please provide me the root cause for this issue [Github-Origin] [ClickUp-Origin]

Rauneet commented 2 months ago

What is the update here ? [ClickUp-Origin]