Bug: node pool creation fails when min_num_nodes == 0
Closed this issue · 0 comments
LoicGombeaud commented
Bonjour ! I'm running into an issue when creating an AKS cluster via DSS, details below, can you please take a look?
Context
I want to create an AKS cluster with several node pools:
- one system pool (number of nodes fixed and > 0)
- one agent pool (autoscaled, 0 to N nodes)
Problem
When a node pool is configured to auto-scale, with a minimum number of nodes set to 0, then min_count
is not sent to the AKS API, resulting in an error in cluster creation (see screenshots)
Screenshots
Node pool preset
Error message
Log: max_count
is properly sent, but not min_count
Additional info
DSS version 7.0.3
AKS clusters plugin version 1.0.3