kubernetes-sigs / cluster-api-provider-gcp

The GCP provider implementation for Cluster API
Apache License 2.0
182 stars 194 forks source link

Unable to specify Maintenance Window and Maintenance Exclusions in GKE cluster #1272

Open Kun483 opened 2 months ago

Kun483 commented 2 months ago

/kind feature

Describe the solution you'd like I think there is no evident place to specify Maintenance Window and Maintenance Exclusions.

image

I followed clusterctl guide to create a GKE cluster. Reference: https://cluster-api-gcp.sigs.k8s.io/topics/gke/creating-a-cluster.

kind create cluster
export EXP_CAPG_GKE=true
export EXP_MACHINE_POOL=true
clusterctl init --infrastructure gcp

Then I applied the cluster template from https://github.com/kubernetes-sigs/cluster-api-provider-gcp/blob/v1.6.1/templates/cluster-template-gke.yaml.

What did you expect to happen: I expect we to have the some options to set maintenancePolicy like startTime, endTime, and frequency.

Anything else you would like to add:

Environment

tasdikrahman commented 2 months ago

/assign