cli
cli copied to clipboard
Command-line tools for Dapr.
## Expected Behavior When attempting to initialize Dapr using a non-moby Docker context, the user should get an error like "Dapr isn't supported in the current Docker context". ## Actual...
## Expected Behavior dapr quickstarts work as expected ## Actual Behavior Dapr has incorrect component configurations when network flag is specified on init It has configurations either as localhost:6739 (all...
## Describe the proposal In addition to state and pub/sub components, `dapr init` should initialize a secret store component backed by a local JSON file, located in the default component...
## Repro Steps 1. Start an application 1. Start `daprd` for the application with appropriate arguments (e.g. `daprd --app-id --app-port ...`) 1. Run `dapr invoke --app-id --method --payload ` ##...
We are trying to install Dapr on a Kubernetes cluster in a private network. The environment does not have public Internet access (or ACR access). I'm wondering are there any...
## In what area(s)? > /area runtime > /area test-and-release ## What version of Dapr? > 1.0.1 ## Expected Behavior ## Actual Behavior When I install the dapr and run...
## Describe the proposal [E2E Scenario Test] Reduce time taken for upgrade tests Potential ideas: Split out the upgrade tests based on versions and run each in parallel in GitHub...
## Describe the proposal Add additional verifications for Install command both self-hosted and kubernetes Add tests for initializing the latest stable version of runtime. Verify previous components do not get...
## Describe the proposal Steps - Run dapr init Have an application run the sidecar in k8s Run dapr upgrade Rollout redeploy the application Verify the application works as expected...
## Describe the proposal - On upgrade, check that the certs are the same as before (if it existed before) - Test the `--set` flag on upgade works as expected...