You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description="Optional parameter, if set to true - CAST AI provisioned nodes will be deleted from cloud on cluster disconnection. For production use it is recommended to set it to false."
52
52
default=true
53
53
}
54
+
55
+
variable"install_helm_live" {
56
+
type=bool
57
+
description="Optional parameter, if set to true - the 'castai-live' Helm chart will be installed on the cluster. This is required for live migration feature."
Copy file name to clipboardExpand all lines: examples/eks/eks_cluster_live_migration/variables.tf
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -49,6 +49,12 @@ variable "enable_castai" {
49
49
default=true
50
50
}
51
51
52
+
variable"install_helm_live" {
53
+
type=bool
54
+
description="Optional parameter, if set to true - the 'castai-live' Helm chart will be installed on the cluster. This is required for live migration feature."
0 commit comments