Advanced Configurations

The information below was written for a previous version of Armory Spinnaker (v1.13 and earlier). Please look here for documentation on the latest version.

This document reviews some advanced configuration for each of the Armory Spinnaker sub-services

Increasing Orca WaitForCluster timeout

During deploy stages there is a task that waits for cluster to be ready before moving to the next stage of your pipeline. If you’re using AWS Lifecycle hooks you might need the WaitForCluster task to wait longer than the default 30 minutes.

Below is an example of 60 minute WaitForCluster timeout:

tasks:
  waitForClusterTimeout: 3600000