-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
google-beta v3.87 crashes with monitoring_config on google_container_cluster #10280
google-beta v3.87 crashes with monitoring_config on google_container_cluster #10280
Comments
FYI @toumorokoshi @edwardmedia
|
Seems to be fixed in v3.89.0! However running this undocumented error:
resource "google_container_cluster" "main_cluster" {
# use stackdriver GKE for system and workload logs
logging_service = "logging.googleapis.com/kubernetes"
logging_config {
enable_components = ["SYSTEM_COMPONENTS", "WORKLOADS"]
}
# use stackdriver GKE for system monitoring
monitoring_service = "monitoring.googleapis.com/kubernetes"
monitoring_config {
enable_components = ["SYSTEM_COMPONENTS"]
}
...
} |
I've als got this error updating to 3.89 |
That issue comes from the API. We don't seem to run into it in our tests where we've set logging_config and logging_service together- I'm not sure why. You may be able to 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. |
When doing an
apply
, terraform crashes.Terraform Version
terraform v1.0.8
google-beta v3.87.0
Affected Resource(s)
Terraform Configuration Files
Logs:
The text was updated successfully, but these errors were encountered: