tilt-dev / ctlptl

Making local Kubernetes clusters fun and easy to set up
Apache License 2.0
527 stars 38 forks source link

failed to create HA cluster registry #356

Closed nhphu closed 2 months ago

nhphu commented 2 months ago

OCI runtime exec failed: exec failed: unable to start container process: exec: "sh": executable file not found in $PATH: unknown configuring registry: exit status 126

yaml file:

kind: Cluster
apiVersion: ctlptl.dev/v1alpha1
product: kind
registry: ctlptl-registry
kindV1Alpha4Cluster:
  nodes:
  - role: control-plane
  - role: control-plane
  - role: control-plane
  - role: worker
nicks commented 2 months ago

thanks for the report! i can repro