Skip to content
This repository has been archived by the owner on Mar 23, 2024. It is now read-only.

URL of the Dapr store not accessible #29

Open
roynilanjan opened this issue Jun 7, 2022 · 0 comments
Open

URL of the Dapr store not accessible #29

roynilanjan opened this issue Jun 7, 2022 · 0 comments

Comments

@roynilanjan
Copy link

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant