spinframework/runtime-class-manager

Implement rolling update strategy

Open

#50 opened on Mar 17, 2024

 (0 comments) (0 reactions) (0 assignees)Go (13 forks)auto 404
area/managerhelp wanted

Repository metrics

Stars
 (70 stars)
PR merge metrics
 (PR metrics pending)

Description

  # 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

Contributor guide