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

Support for Argo Rollouts Controller #154

Open
zodiac12k opened this issue Jun 22, 2023 · 0 comments · May be fixed by #335
Open

Support for Argo Rollouts Controller #154

zodiac12k opened this issue Jun 22, 2023 · 0 comments · May be fixed by #335
Assignees
Labels
enhancement New feature or request

Comments

@zodiac12k
Copy link
Contributor

Details

Is it possible to support for argo rollouts controller?

Argo Rollouts is a Kubernetes controller and set of CRDs which provide advanced deployment capabilities such as blue-green, canary, canary analysis, experimentation, and progressive delivery features to Kubernetes.

Describe the solution you'd like:

Example:

controller:
  type: rollout

  rollout:
    strategy:
      canary:
        # Reference to a Service which the controller will update to point to the canary ReplicaSet
        canaryService: rollouts-demo-canary
        # Reference to a Service which the controller will update to point to the stable ReplicaSet
        stableService: rollouts-demo-stable
        trafficRouting:
          nginx:
            # Reference to an Ingress which has a rule pointing to the stable service (e.g. rollouts-demo-stable)
            # This ingress will be cloned with a new name, in order to achieve NGINX traffic splitting.
            stableIngress: rollouts-demo-stable

Anything else you would like to add:

Additional Information:

@zodiac12k zodiac12k added the enhancement New feature or request label Jun 22, 2023
@bjw-s bjw-s linked a pull request Jun 27, 2024 that will close this issue
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

Successfully merging a pull request may close this issue.

2 participants