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

Add support for argo rollouts #3640

Open
mkantzer opened this issue Jul 2, 2024 · 2 comments
Open

Add support for argo rollouts #3640

mkantzer opened this issue Jul 2, 2024 · 2 comments
Labels
t:feature New feature or enhancement request

Comments

@mkantzer
Copy link
Contributor

mkantzer commented Jul 2, 2024

Please describe your use case / problem.
I'm using Argo Rollouts to control my replicasets / pods.
They have a similar shape to a Deployment, but with some additional fields in their spec that make them function. Fundamentally though, they are still using a Pod Template Spec to spin up replicasets.

Describe the solution you'd like
Telepresence detects a Rollout in the same way it would a Deployment, and use it in the same way.

Describe alternatives you've considered
I've instead been targeting replicasets, but those do not have stable names, and it's causing issues for my developers who need to start keeping track of which ones are live.

Versions (please complete the following information)
OSS Client : v2.18.0
OSS Daemon in container: v2.18.0
Traffic Manager : v2.20.0-test.4
Traffic Agent : docker.io/datawire/ambassador-telepresence-agent:1.14.5

Additional context
Add any other context about the feature request here.

@cindymullins-dw
Copy link
Collaborator

cindymullins-dw commented Jul 8, 2024

@mkantzer, thanks for the suggestion. I'll mark this as a feature request. Currently, supported workloads are deployments, replica sets and stateful sets.

@cindymullins-dw cindymullins-dw added the t:feature New feature or enhancement request label Jul 8, 2024
@thallgren
Copy link
Member

I believe this is a duplicate of #2406.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
t:feature New feature or enhancement request
Projects
None yet
Development

No branches or pull requests

3 participants