Rollout-aware Automation
Explore how PerfectScale’s rollout-aware automation syncs continuous optimization with continuous deployment, ensuring safe optimization across advanced K8s
Automation behaviour policy for rollout ReplicaSets
apiVersion: perfectscale.io/v1
kind: ClusterAutomationConfig
metadata:
name: cluster-automation-config
spec:
automation:
operational:
duringRolloutInProgress: pause # A default behavior that prevents Automation from applying new recommendations when concurrent ReplicaSets are identified
workloadTypes:
Rollout:
operational:
automationMode: "Enabled" # Enables rollout support Aggregate ReplicaSets
Pause Automation
Last updated
Was this helpful?