Make dapr init
idempotent
#1378
Labels
area/cli
area/test/e2e
area/test
discussion
kind/enhancement
enhancement to an existing feature
kind/feature
New feature or request
P2
size/S
1 week of work
stale
/area runtime
Describe the feature
I'm trying to run
dapr init
locally to make it re-provision the service containers (redis, daprd, zipkin) but it fails with a message saying that I need to rundapr uninstall
first.I'd be nice if
dapr init
could be idempotent and try to reconciliate towards a working environment without having to calluninstall
first.The text was updated successfully, but these errors were encountered: