cndi E942 - cndi_config.yaml fails validation when cndi_config.yaml[infrastructure][cndi][network][subnet_address_spaces] contains a conflicting srt of subnets in create mode
#1165
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
Uh oh!
There was an error while loading. Please reload this page.
description
The
cndiCLI exits with error code942when it finds an entry incndi_config.yaml[infrastructure][cndi][network][subnet_address_spaces][public]orcndi_config.yaml[infrastructure][cndi][network][subnet_address_spaces][private]entry with a CIDR block which is in conflict with another such entry.resolution tips
When using cndi's network
createmode cndi can optionally include set ofpublicand/orprivatesubnet address spaces, if these values are specified each should be a list of subnet CIDR blocks used to create the cluster's host network contained within the targetnetwork_address_space. This parameter can be omitted if you are comfortable with the default network setup. If you need to specify your subnets consider using an online helper like https://wassle.deno.devAll reactions