SOLO-4051

InvalidKindNodeImageSoloError — Validation

InvalidKindNodeImageSoloError

CodeSOLO-4051
CategoryValidation
OwnershipUser
RetryableNo

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

  1. Provide a valid Kind node image reference (e.g., kindest/node:v1.27.0)
  2. Check the Kind documentation for supported image formats