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
mirrord exec -t replicationcontroller/guestbook go run main.go
was hoping to be able to set a pod created by the replication controller as a target to only learn that replicationcontroller and replicasets are not part of the supported workload types.
This feature will help support more workload types for mirrored.
Edit: ReplicationController is legacy API now superseded with Deployment and ReplicaSet. Updated this issue only as a request to add support for replicasets.
The text was updated successfully, but these errors were encountered:
waveywaves
changed the title
feat: Support v1.ReplicationController and appsv1.ReplicaSet as viable targets
feat: Support appsv1.ReplicaSet as a target
Nov 28, 2024
I had a failure running the below command
was hoping to be able to set a pod created by the replication controller as a target to only learn that
replicationcontroller andreplicasets are not part of the supported workload types.This feature will help support more workload types for mirrored.
Edit: ReplicationController is legacy API now superseded with Deployment and ReplicaSet. Updated this issue only as a request to add support for replicasets.
The text was updated successfully, but these errors were encountered: