dashboard icon indicating copy to clipboard operation
dashboard copied to clipboard

dapr dashboard (daprio/dashboard:0.15.0) installation fails on k8s

Open sabbadino opened this issue 7 months ago • 0 comments

Expected Behavior

installation of dapr in k8s should not fail

Actual Behavior

ERRO: Dashboard pod fails to start : ImageInspectError Failed to inspect image "": rpc error: code = Unknown desc = unable to convert a nil pointer to a runtime API image

Steps to Reproduce the Problem

happens on : DAPR CLI version: 1.15.1 Runtime version: 1.15.4

when installing on k8s on docker desktop : Docker version 28.1.1, build 4eba377

k8s : Client Version: v1.33.0 Kustomize Version: v5.6.0 Server Version: v1.32.2

Release Note

running docker pull daprio/dashboard:0.15.0 shows this iamge has no config section in the json

i modified the deployment to use docker pull daprio/dashboard:0.14.0 (that has a config section) and it works

sabbadino avatar May 19 '25 11:05 sabbadino