Skip to content

Daemonset drops updateStrategy #198

Description

@mcdan

Create a daemonset.yaml with an updateStrategy section. This settings allows for faster rollouts, instead of going one at a time.

 spec:
  updateStrategy:
    rollingUpdate:
      maxUnavailable: 20%
    type: RollingUpdate

Run that through helmify, and the updateStrategy will be dropped from the output file.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions