Terraform module for creation of resources needed for OOM kills monitoring.
No requirements.
| Name | Version |
|---|---|
| n/a | |
| kubernetes | n/a |
| random | n/a |
No modules.
| Name | Type |
|---|---|
| google_project_iam_member.sa | resource |
| google_service_account.sa | resource |
| google_service_account_iam_member.sa_allow_iam_workload_identity | resource |
| kubernetes_deployment.gke_oom_killed_monitoring | resource |
| kubernetes_service_account.sa | resource |
| random_string.random | resource |
| Name | Description | Type | Default | Required |
|---|---|---|---|---|
| cluster_name | Name of cluster of the monitored pods | string |
n/a | yes |
| docker_tag | Tag of image ackee/gke_oom_monitoring used for monitoring | string |
"latest" |
no |
| location | Location of the monitored pods | string |
n/a | yes |
| namespace | Namespace for monitoring deployment containing pod runtime | string |
n/a | yes |
| project | Project ID | string |
n/a | yes |
No outputs.