terraform-google-modules/terraform-google-composer

kubernetes version selection

gboto-nauto opened this issue · 2 comments

TL;DR

The terraform google composer module should have the ability to specify which version of kubernetes will be deployed.The only thing you can choose is whether to use composer1 or 2 which gives you the choice between a standard kubernetes installation or autopilot mode.

Terraform Resources

https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/composer_environment.html

Detailed design

have the possibility to choose the version as you can do with the following module.

https://registry.terraform.io/modules/terraform-google-modules/kubernetes-engine/google/latest/submodules/beta-autopilot-private-cluster?tab=inputs

kubernetes_version string
Description: The Kubernetes version of the masters. If set to 'latest' it will pull latest available version in the selected region.
Default: "latest"

Additional information

No response

@gboto-nauto cloud composer V2 dont have a parameter for passing GKE autopilot version. Can you check composer document if this is possible. I dont see any option in composer API.

https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/composer_environment#argument-reference---cloud-composer-2

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days