Autoscaler
Autoscaler configuration variables.
LOG_LEVEL
Section titled “LOG_LEVEL”- Name:
CROW_LOG_LEVEL - Description: default log level
- Default:
info
RECONCILIATION_INTERVAL
Section titled “RECONCILIATION_INTERVAL”- Name:
CROW_RECONCILIATION_INTERVAL - Description: interval at which the autoscaler will reconsider a scale up/down
- Default:
1m
POOL_ID
Section titled “POOL_ID”- Name:
CROW_POOL_ID - Description: id of the autoscaler pool
- Default:
1
AGENT_INACTIVITY_TIMEOUT
Section titled “AGENT_INACTIVITY_TIMEOUT”- Name:
CROW_AGENT_INACTIVITY_TIMEOUT - Description: time an agent is allowed to be inactive before it can be terminated as duration string like
2h45m - Default:
10m - Synonyms:
CROW_AGENT_ALLOWED_STARTUP_TIMECROW_AGENT_SERVER_CONNECTION_TIMEOUT
AGENT_IDLE_TIMEOUT
Section titled “AGENT_IDLE_TIMEOUT”- Name:
CROW_AGENT_IDLE_TIMEOUT - Description: time an agent is allowed to be idle before it can be terminated as duration string like
2h45m - Default:
10m
PLUGINS_PRIVILEGED
Section titled “PLUGINS_PRIVILEGED”- Name:
CROW_PLUGINS_PRIVILEGED - Description: List of plugin images allowed to run in privileged mode. Matching is controlled by
CROW_PLUGINS_PRIVILEGED_MATCH_TYPE. - Default: none
PLUGINS_PRIVILEGED_MATCH_TYPE
Section titled “PLUGINS_PRIVILEGED_MATCH_TYPE”- Name:
CROW_PLUGINS_PRIVILEGED_MATCH_TYPE - Description: Type of match for privileged plugins. Possible values are
semver,semver-range,regex, orexact. Controls how entries inCROW_PLUGINS_PRIVILEGEDare matched against plugin images. - Default:
semver