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
Having the config-cluster setup means that HTTPRoute resource resides in a cluster different from the workload clusters where the services are.
I'm looking for a way to integrate this setup with Argo Rollouts. Looked through this existing issue and this issue but did not find it specific enough to answer my question. We're aware of Karmada, but moving to it seems to take time.
You should open this issue in the main Argo Rollouts GitHub repo (or start a discussion there)
The gateway plugin (like any other plugin) has a very limited interface with the main controller. It basically implements the setWeight method for HttpRoutes.
What you are asking is not possible with a traffic manager plugin.
You might need to create something yourself using the upcoming step hooks (probably part of Argo Rollouts 1.8)
Hi,
Context
We're using Argo Rollouts to deploy services. Our infrastructure setup includes two constraints:
I'm looking for a way to integrate this setup with Argo Rollouts. Looked through this existing issue and this issue but did not find it specific enough to answer my question. We're aware of Karmada, but moving to it seems to take time.
Things we considered
Custom traffic manager
Default traffic management through replicas count
The text was updated successfully, but these errors were encountered: