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

feature(BlueGreen): Allow preview service to point ONLY at preview ReplicaSet #4131

Open
marcinjahn opened this issue Feb 13, 2025 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@marcinjahn
Copy link

Summary

Currently, the preview service point either at preview ReplicaSet (if we're in the middle of a rollout), or at the active ReplicaSet (any other time).
I think it'd be useful to have an option to specify that the preview service would never point at the active ReplicaSet. Therefore, if there's no rollout going on, the preview service would not connect you to any pods. It could return something like HTTP 503 instead.

Use Cases

  • running tests on preview environments - it'd be a good feedback to know that there is no preview service being deployed at the moment
  • it'd be convenient to have confidence that the response I'm seeing for an API request to a preview service is actually coming from the preview service. Currently, I can never be sure.

Message from the maintainers:

Impacted by this bug? Give it a 👍. We prioritize the issues with the most 👍.

@marcinjahn marcinjahn added the enhancement New feature or request label Feb 13, 2025
@zachaller zachaller added this to the v1.9 milestone Feb 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants