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

[release-0.2] drop DaemonSet unsupported OnFailure restartPolicy #159

Merged

Conversation

fmuyassarov
Copy link
Collaborator

The DaemonSet controller currently only supports the Always restart policy, which is set by default. This commit addresses the issue of incorrectly set OnFailure restart policy in DaemonSet objects of plugins, ensuring that only the Always restart policy is used as intended.

Ref: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/#pod-template
Backport of #155

The DaemonSet controller currently only supports the 'Always' restart
policy, which is set by default. This commit addresses the issue of
incorrectly set 'OnFailure' restart policy in DaemonSet objects of
plugins, ensuring that only the 'Always' restart policy is used as
intended.

Signed-off-by: Feruzjon Muyassarov <[email protected]>
@fmuyassarov fmuyassarov changed the title [release-0.2 ] drop DaemonSet unsupported OnFailure restartPolicy [release-0.2] drop DaemonSet unsupported OnFailure restartPolicy Oct 17, 2023
Copy link
Collaborator

@askervin askervin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@klihub klihub merged commit ff43d1f into containers:release-0.2 Oct 17, 2023
2 checks passed
@fmuyassarov fmuyassarov deleted the cleanup-tolerations-release-02 branch October 17, 2023 10:29
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

Successfully merging this pull request may close these issues.

3 participants