Browse Source

Added docker build status to README

master
Fábio Kaiser Rauber 3 years ago
parent
commit
a91aed48c8
  1. 4
      README.md

4
README.md

@ -1,5 +1,7 @@
# docker-pv-resizer
[![Build Status](https://drone.interlegis.leg.br/api/badges/SEIT/docker-pv-resizer/status.svg)](https://drone.interlegis.leg.br/SEIT/docker-pv-resizer)
Docker image with a script to automatically resize PersistentVolumes in Kubernetes. It leverages kubectl df-pv plugin to get kubelet metrics for each volume.
Requires kubectl with a configuration file in ~/.kube/config and df-pv krew plugin.
@ -12,4 +14,4 @@ Parameters:
-t (optional) : Threshold to use for near full PV evaluation (in %). Defaults to 85%.
-f (optional) : Fix near full PVs (resize them). Defaults to false.
-i (optional) : Percentage of PV increase when resizing. Defaults to 50%.
```
```

Loading…
Cancel
Save