Skip to content

serve single container port 1313 #16546

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

Conversation

AritraDey-Dev
Copy link
Contributor

@AritraDey-Dev AritraDey-Dev commented May 29, 2025

Description

This PR updates Makefile.overrides.mk so that the Docker container only forwards port 1313 when running the serve target (i.e., make serve). For all other targets, such as make gen or make lint-md, port forwarding is omitted. This allows multiple build containers to run in parallel without port conflicts.

fixes #15199

Reviewers

  • Ambient
  • Docs
  • Installation
  • Networking
  • Performance and Scalability
  • Extensions and Telemetry
  • Security
  • Test and Release
  • User Experience
  • Developer Infrastructure
  • Localization/Translation

@AritraDey-Dev AritraDey-Dev requested a review from a team as a code owner May 29, 2025 17:26
@istio-testing istio-testing added size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. needs-ok-to-test labels May 29, 2025
@istio-testing
Copy link
Contributor

Hi @AritraDey-Dev. Thanks for your PR.

I'm waiting for a istio member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@craigbox
Copy link
Contributor

/ok-to-test

@istio-testing istio-testing added ok-to-test Set this label allow normal testing to take place for a PR not submitted by an Istio org member. and removed needs-ok-to-test labels May 29, 2025
Copy link
Contributor

@Ajay-singh1 Ajay-singh1 left a comment

Choose a reason for hiding this comment

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

LGTM!

@craigbox
Copy link
Contributor

craigbox commented Jun 6, 2025

Thanks!

@istio-testing istio-testing merged commit 8ece13e into istio:master Jun 6, 2025
6 checks passed
@AritraDey-Dev AritraDey-Dev deleted the fix/serve-single-container-port-1313 branch June 6, 2025 13:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/test and release ok-to-test Set this label allow normal testing to take place for a PR not submitted by an Istio org member. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

have build container only claim port 1313 if running make serve
5 participants