diff --git a/README.md b/README.md index e15d251..5ea6e8a 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,12 @@ Docker image with a script to automatically resize PersistentVolumes in Kubernet Requires kubectl with a configuration file in ~/.kube/config and df-pv krew plugin. +``` Usage: ./check_full_pvs.sh [-t threshold] [-f]" 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%. \ No newline at end of file + -i (optional) : Percentage of PV increase when resizing. Defaults to 50%. +``` \ No newline at end of file