cndi
E923 - cndi_config.yaml
fails validation when a node specifies max_count
that is not a number
#1050
johnstonmatt
announced in
Error Message Discussion
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
description
The
cndi
CLI exits with error code923
when it finds anycndi_config.yaml[infrastructure][cndi][nodes]
entry which specifiesmax_count
which isn't a numberresolution tips
If you want to specify a range of valid node counts, use
min_count
andmax_count
set to integers. If you want to specify a specific node count with no autoscaling, define onlycount
.Beta Was this translation helpful? Give feedback.
All reactions