Skip to content

Commit

Permalink
refactored docs to explain how to use --upscale-target-only
Browse files Browse the repository at this point in the history
  • Loading branch information
samuel-esp committed Aug 4, 2024
1 parent 4ac5fee commit 1f3a0fc
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -379,6 +379,15 @@ Available command line options:
configured via environment variable `DEFAULT_DOWNTIME` or via the
annotation `downscaler/downtime` on each deployment
`--upscale-target-only`
: Only namespaces currently targeted by the downscaler will be upscaled
during "wake up" times. For example, if your downscaler initially targets
namespaces A, B, and C, but later you reconfigure it to target only B and C,
namespace A will not be upscaled if it is downscaled at the exact time
of reconfiguration. This is an advanced configuration that most users
may not need.
`--exclude-namespaces`
: Exclude namespaces from downscaling (list of regex patterns,
Expand Down

0 comments on commit 1f3a0fc

Please sign in to comment.