Skip to content

Helm install from Readme fails #272

@sebnun

Description

@sebnun

I am using Kubernetes Version 1.34.1. Starting with Kubernetes 1.34.1, the container runtime interface (CRI-O) enforces fully qualified image names by default.

When installing with the helm instructions on the Readme these are the events on the pod

Events:
  Type     Reason         Age                     From               Message
  ----     ------         ----                    ----               -------
  Normal   Scheduled      4m28s                   default-scheduler  Successfully assigned default/meilisearch-0 to 10.0.1.158
  Warning  Failed         2m11s (x12 over 4m27s)  kubelet            Error: ImageInspectError
  Warning  InspectFailed  117s (x13 over 4m27s)   kubelet            Failed to inspect image "": rpc error: code = Unknown desc = short name mode is enforcing, but image name getmeili/meilisearch:v1.18.0 returns ambiguous list

I solved this by changing the image repo to docker.io/getmeili/meilisearch instead of the default getmeili/meilisearch

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinggood first issueGood for newcomers

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions