Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gianlucam76 authored Mar 3, 2024
1 parent 7ea459f commit 9303295
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ There are also examples to identify unhealthy resources:

K8s-cleaner doesn't just help you identify unused or unhealthy resources; it can also automate various operations to enhance your cluster's efficiency and management. The examples-operations directory showcases practical scripts and configurations covering key tasks:

### Scaling Deployments/DaemonSets/StatefulSets with Nightly Downtime:
#### Scaling Deployments/DaemonSets/StatefulSets with Nightly Downtime:

This [example](https://github.com/gianlucam76/k8s-cleaner/tree/main/examples-automated-operations/scheduled-scaling) demonstrates how to automatically scale down Deployments, DaemonSets, and StatefulSets with a specified annotation at a desired time (e.g., 8 PM nightly).
Before scaling down, the replica count is stored in another annotation for later retrieval.
Expand Down

0 comments on commit 9303295

Please sign in to comment.