dapr run fails after airgap dapr init #970
Labels
area/cli
kind/bug
Something isn't working
P1
size/XS
2 days work
triaged/resolved
The issue has been triaged
Milestone
Expected Behavior
After airgap dapr init,
dapr run
should work fineActual Behavior
Airgap dapr init creates components files
pubsub.yaml
andstatestore.yaml
in the default components folder and also addstracing
spec in default config file which uses zipkin. But redis and zipkin ain't packaged in bundle and sodapr run
fails after airgap initSteps to Reproduce the Problem
The output of dapr run looks like this:
Possible Solution
Airgap init shouldn't add the pubsub and statestore yaml files in components folder and tracing spec in config file.
Release Note
RELEASE NOTE: FIX Bug in Airgap Dapr Init
The text was updated successfully, but these errors were encountered: