Enable and Configure Operations Horizontal Scaling in the Armory Scale Agent
Learn how to enable and configure the Operations Horizontal Scaling feature in Armory Scale Agent for Spinnaker and Kubernetes.
Before you begin
- You are familiar with Horizontal Scaling Architecture and Features.
Scale Agent plugin
Operations Horizontal Scaling was introduce starting with plugin versions v0.13.20/0.12.21/0.11.56.
You should enable Operations Horizontal Scaling by setting kubesvc.cluster: database
in your plugin configuration. For example:
|
|
operations.database.scan
:
- batchSize: (Optional) default: 5; The max number of operations that could be assigned to an Scale Agent instance per cycle
- initialDelay: (Optional) default: 250; Milliseconds to wait per cycle, when there are pending operations
- maxDelay: (Optional) default: 2000; Milliseconds to wait per cycle, when there are not pending operations
Feedback
Was this page helpful?
Thank you for letting us know!
Sorry to hear that. Please tell us how we can improve.
Last modified December 5, 2023: (272d1591)