dapr-store icon indicating copy to clipboard operation
dapr-store copied to clipboard

URL of the Dapr store not accessible

Open roynilanjan opened this issue 2 years ago • 0 comments

hi ,

echo -e "Access Dapr Store here: http://$(kubectl get svc -l "purpose=daprstore-api-gateway" -o jsonpath="{.items[0].status.loadBalancer.ingress[0].ip}")/" gives the following error : error: error executing jsonpath "{.items[0].status.loadBalancer.ingress[0].ip}": Error executing template: array index out of bounds: index 0, length 0. Printing more information for debugging the template: template was: {.items[0].status.loadBalancer.ingress[0].ip} object given to jsonpath engine was: map[string]interface {}{"apiVersion":"v1", "items":[]interface {}{}, "kind":"List", "metadata":map[string]interface {}{"resourceVersion":"", "selfLink":""}}

Access Dapr Store here: http:///

Can you please have a look

Thanks

roynilanjan avatar Jun 07 '22 19:06 roynilanjan