cndi
E928 - cndi_config.yaml
fails validation when subnet and vnet address space are mutually incompatible
#1065
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 code928
when it findscndi_config.yaml[infrastructure][cndi][network][subnet_address_space]
is not contained within the supplied (or default)cndi_config.yaml[infrastructure][cndi][network][vnet_address_space]
resolution tips
The default
vnet_address_space
is10.0.0.0/16
and the defaultsubnet_address_space
is10.0.0.0/20
. If you need to customize these values, ensure that thesubnet_address_space
is contained withinvnet_address_space
. cidr.xyz is a great resource for learning about address space cidr notation.Beta Was this translation helpful? Give feedback.
All reactions