dapr / cli

Command-line tools for Dapr.
Apache License 2.0
315 stars 200 forks source link

fix: scheduler host address passed to runtime #1421

Closed mikeee closed 2 weeks ago

mikeee commented 2 weeks ago

Description

Refactors the way scheduler-host-address is handled and adds the arg to enable standalone mode runs.

The scheduler can now be initialised by flag with the run command, if an older runtime is installed there is some janky logic to not pass the flag. Instead, a notice is displayed.

Issue reference

We strive to have all PR being opened based on an issue, where the problem or feature have been discussed prior to implementation.

Please reference the issue this PR will close: #1420

Checklist

Please make sure you've completed the relevant tasks for this PR, out of the following list: