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

Implement rolling update strategy #50

Open
voigt opened this issue Mar 17, 2024 · 0 comments
Open

Implement rolling update strategy #50

voigt opened this issue Mar 17, 2024 · 0 comments
Labels
area/manager help wanted Extra attention is needed
Milestone

Comments

@voigt
Copy link
Contributor

voigt commented Mar 17, 2024

  # rolloutStrategy describes how a change to this shim will be applied to nodes.
  rolloutStrategy:
    type: rolling
    rolling:
      maxUpdate: 5 # could also be a percentage of nodes, like 10% of nodes.

https://github.com/KWasm/kwasm-operator/blob/feat-lifecycle-manager/internal/controller/shim_controller.go#L211

@voigt voigt added the help wanted Extra attention is needed label Mar 17, 2024
@voigt voigt added this to the v1.0.0 milestone Mar 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/manager help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants