-
Notifications
You must be signed in to change notification settings - Fork 71
Open
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers
Description
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
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers