You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
@mkantzer, thanks for the suggestion. I'll mark this as a feature request. Currently, supported workloads are deployments, replica sets and stateful sets.
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 theirspec
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.
The text was updated successfully, but these errors were encountered: