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

[Feature] Rollout Strategy add mutli-batch Strategy #148

Open
zmberg opened this issue Jun 5, 2023 · 0 comments
Open

[Feature] Rollout Strategy add mutli-batch Strategy #148

zmberg opened this issue Jun 5, 2023 · 0 comments

Comments

@zmberg
Copy link
Member

zmberg commented Jun 5, 2023

Currently Rollout only supports one configuration for canary, and then mutli-batch is also integrated into the canary configuration. It feels possible to separate the two configurations and add a separate mutli-batch strateg, for examples:

apiVersion: rollouts.kruise.io/v1alpha1
kind: Rollout
metadata:
  name: rollouts-demo
spec:
  objectRef:
    workloadRef:
    apiVersion: apps/v1
    kind: Deployment
    name: workload-demo
  strategy:
    canary:
      steps:
      - weight: 20
    batches:
      - replicas: 1
      - replicas: 20%
      - replicas: 40%
      - replicas: 60%
      - replicas: 100%  
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant