Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow to specify port in placement-host-address #746

Merged
merged 2 commits into from
Jun 29, 2021
Merged

Allow to specify port in placement-host-address #746

merged 2 commits into from
Jun 29, 2021

Conversation

dmitsh
Copy link
Contributor

@dmitsh dmitsh commented Jun 24, 2021

Description

Allow to specify port in placement-host-address

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: #705

Checklist

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

  • Code compiles correctly
  • Created/updated tests
  • Extended the documentation

@codecov
Copy link

codecov bot commented Jun 24, 2021

Codecov Report

Merging #746 (9c7a4e7) into master (67b9580) will increase coverage by 0.17%.
The diff coverage is 57.14%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #746      +/-   ##
==========================================
+ Coverage   19.45%   19.63%   +0.17%     
==========================================
  Files          28       28              
  Lines        1403     1406       +3     
==========================================
+ Hits          273      276       +3     
  Misses       1096     1096              
  Partials       34       34              
Impacted Files Coverage Δ
pkg/standalone/run.go 60.16% <57.14%> (+1.03%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 67b9580...9c7a4e7. Read the comment docs.

Copy link
Contributor

@wcs1only wcs1only left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, one minor recommendation about help text wording.

cmd/run.go Outdated Show resolved Hide resolved
@dmitsh dmitsh requested a review from wcs1only June 24, 2021 20:51
README.md Show resolved Hide resolved
artursouza
artursouza previously approved these changes Jun 24, 2021
Co-authored-by: Charlie Stanley <charlie.stanley@microsoft.com>
@mukundansundar mukundansundar merged commit 0a37376 into dapr:master Jun 29, 2021
@dmitsh dmitsh deleted the ds-placement-host branch June 29, 2021 16:26
anhldbk pushed a commit to anhldbk/dapr-cli that referenced this pull request Dec 22, 2021
* Allow to specify port in placement-host-address

* Update cmd/run.go

Co-authored-by: Charlie Stanley <charlie.stanley@microsoft.com>

Co-authored-by: Charlie Stanley <charlie.stanley@microsoft.com>
Signed-off-by: Andy Le <anhldbk@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

dapr run doesn't allow you to configure placement-port
4 participants