Skip to content

[FR]: Add "fleet" property to GKE Modules #3396

@danistrebel

Description

@danistrebel

The feature request

Allowing optional fleet to be specified in the GKE module would make the GKE clusters "born in the fleet" and make it automatically inherit fleet properties without additional fleet sync.

See Fleet membership docs here: https://cloud.google.com/kubernetes-engine/docs/concepts/configuration-overview#fleet-membership

Proposed solution

add "fleet" variable to

variable "fleet" {
  description = "The name of the Fleet host project where this cluster will be registered."
  type        = string
  default     = null
}

And populate the fleet variable of the container_cluster resource docs

Additional context

No response

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions