SOLO-5010
ConsensusNodeNotInConfigSoloError — System
ConsensusNodeNotInConfigSoloError
| Code | SOLO-5010 |
| Category | System |
| Ownership | Solo |
| Retryable | No |
Description
Thrown when solo looks up a consensus node by alias but it is not present in the configuration; the message names the alias. By this point the node should already be known, so reaching it indicates an internal inconsistency between the requested alias and the loaded configuration, and is treated as an internal Solo error.
Troubleshooting Steps
- List registered nodes: solo deployment config info –deployment
- Verify the node alias: kubectl get configmap -n
-o yaml | grep nodeAlias - Re-run with a valid alias: solo node
–node-aliases