Skip to main content

Remediation

To maintain the health and availability of GKE cluster nodes, automatic node repair should be enabled for node pools.

Enable Auto-Repair on an Existing Node Poolโ€‹

From gcloud CLIโ€‹

```sh
gcloud container node-pools update {{node-pool-name}} \
--cluster {{cluster-name}} \
--location {{location}} \
--enable-autorepair
```