terraform-google-kubernetes-engine icon indicating copy to clipboard operation
terraform-google-kubernetes-engine copied to clipboard

Configures opinionated GKE clusters

Results 237 terraform-google-kubernetes-engine issues
Sort by recently updated
recently updated
newest added

Hi, hopping its the right place.we are using very old module version: `v28.0` we are trying to move to the latest version bug we are facing 2 issues: 1. the...

bug

### Description This pull request introduces new configuration variables for managing GKE backups: - `backup_cron_schedule`: Define backup scheduling as per a cron expression. - `backup_rpo_target_in_minutes`: Configure the Recovery Point Objective...

### TL;DR Backups of our workloads may be useful for disaster recovery, CI/CD pipelines, cloning workloads, or upgrade scenarios. Protecting your workloads can help you achieve business-critical recovery point objectives....

enhancement

### TL;DR Hi, Im using beta-autopilot-public module. Using nginx-ingress behind a Regional ALB. It turns out that for the LB to be able to do HC and reach the PODs...

enhancement

### TL;DR Default Compute Service Account is used if root `service_account` argument used to run the GKE nodes, instead of the custom service account specified. The workaround is to set...

bug
triaged

### TL;DR I created a private cluster wie the official `private-cluster` and `auth` modules. After updating the modules terraform tries to connect to it on localhost. ### Expected behavior I...

bug
triaged

Hi , I encounter weird behaviour with this configuration . Initially when I run this terraform it works provisioning the nodepools and nodes I need , But when I deleted...