-
Notifications
You must be signed in to change notification settings - Fork 991
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Removing container CPU resource limit is undetected by Terraform #1876
Comments
when I change the resources block to resources {
limits = {
}
requests = {
}
} it works as expected |
Hello @dsoyet ! Thank you opening this issue, like you stated in your comment the resources block needs to have the attributes set in order for any change to happen since it is expecting some sort of value to be provided. |
Hello @BBBmau I think it is a bug, just like #754. How a user know "the resources block needs to have the attributes set" ? |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Terraform Version, Provider Version and Kubernetes Version
Affected Resource(s)
Terraform Configuration Files
Debug Output
when I comment out the resources {} block, the deployment didn't updated
Steps to Reproduce
terraform apply
terraform apply
Expected Behavior
the deployment should remove his resources block
Actual Behavior
terraform apply
outputNo changes. Your infrastructure matches the configuration.
References
Community Note
The text was updated successfully, but these errors were encountered: