Ensure CS Kubernetes Node Pool Management Auto Repair is enabled
CreateClusterNodePool operation to create a node pool for a Container Service for Kubernetes (ACK) cluster. Managment is the configuration about the managed node pool feature.
Risk Level: medium
Platform: Alicloud
Spectral Rule ID: TFALCLD006
REMEDIATION
set management.auto_repair
to 'true'
management {
- auto_repair = false
+ auto_repair = true
}
Read more:
Updated about 1 year ago