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

cli: set node p2p external address with cmd flag #9107

Merged
merged 2 commits into from
Aug 1, 2022

Conversation

amimart
Copy link
Contributor

@amimart amimart commented Jul 27, 2022

Closes #9035

Add the p2p.external-address command line argument to configure the node external address.

@ccamel
Copy link

ccamel commented Jul 28, 2022

Very interested in this feature to facilitate the deployment of our node in Kubernetes. 😊

@amimart amimart force-pushed the cmd-add-p2p-external-address branch from fb8cf32 to 9850d5c Compare July 29, 2022 07:58
@amimart
Copy link
Contributor Author

amimart commented Jul 29, 2022

I think this change can be included in the next release, on my side the backport branch is ready if accepted.

If needed, I'd be happy to discuss about the relevance of this change, I may not see the trade-offs it could bring.

@cmwaters
Copy link
Contributor

Hey @amimart, thanks for opening the PR. Do you mind basing this against main instead of master.

I can handle the backport into v0.34

@amimart amimart force-pushed the cmd-add-p2p-external-address branch from 9850d5c to 5ff9ac8 Compare August 1, 2022 07:24
@amimart amimart changed the base branch from master to main August 1, 2022 07:24
@amimart amimart requested a review from a team August 1, 2022 07:24
@amimart
Copy link
Contributor Author

amimart commented Aug 1, 2022

Hey @amimart, thanks for opening the PR. Do you mind basing this against main instead of master.

I can handle the backport into v0.34

Hi @cmwaters, I rebased the branch against main.

I'll let you handle the backport, thanks 😊

@amimart amimart force-pushed the cmd-add-p2p-external-address branch from 5ff9ac8 to c33a555 Compare August 1, 2022 08:48
@cmwaters
Copy link
Contributor

cmwaters commented Aug 1, 2022

I think you need to update to the main branch

@cmwaters cmwaters added the S:automerge Automatically merge PR when requirements pass label Aug 1, 2022
@amimart amimart force-pushed the cmd-add-p2p-external-address branch from c33a555 to 254d96e Compare August 1, 2022 13:22
@amimart amimart force-pushed the cmd-add-p2p-external-address branch from 1cdb9d6 to aacec75 Compare August 1, 2022 16:04
@mergify mergify bot merged commit eb762cf into tendermint:main Aug 1, 2022
samricotta pushed a commit that referenced this pull request Aug 1, 2022
Closes #9035

Add the `p2p.external-address` command line argument to configure the node external address.
cmwaters pushed a commit that referenced this pull request Aug 2, 2022
Closes #9035

Add the `p2p.external-address` command line argument to configure the node external address.
samricotta pushed a commit that referenced this pull request Aug 12, 2022
Closes #9035

Add the `p2p.external-address` command line argument to configure the node external address.
samricotta pushed a commit that referenced this pull request Aug 16, 2022
Closes #9035

Add the `p2p.external-address` command line argument to configure the node external address.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S:automerge Automatically merge PR when requirements pass
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support external-address in CLI arguments
4 participants