SOLO-4051
InvalidKindNodeImageSoloError — Validation
InvalidKindNodeImageSoloError
| Code | SOLO-4051 |
| Category | Validation |
| Ownership | User |
| Retryable | No |
Description
Thrown when a Kind node image reference is invalid; the message includes the offending value. solo uses this image to create the Kind cluster nodes, so this means the reference is malformed — provide a valid image reference.
Troubleshooting Steps
- Provide a valid Kind node image reference (e.g., kindest/node:v1.27.0)
- Check the Kind documentation for supported image formats