I’m managing a Gke cluster that contains multiple node pools. I need to set up different maintenance windows for these node pools to ensure that nodes in different node pools are not restarted at the same time.
I’ve tried looking for options in the Google Cloud Console and gcloud CLI to set maintenance windows specifically for each node pool, but I couldn’t find any.
Is there a way to set up different maintenance windows for node pools within the same GKE cluster? If not, what are the best practices or workarounds to achieve this goal?