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

deployment: drop DaemonSet unsupported OnFailure restartPolicy #155

Merged
merged 1 commit into from
Oct 17, 2023

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

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]>
@klihub klihub merged commit 8953b02 into containers:main Oct 17, 2023
3 checks passed
@fmuyassarov fmuyassarov deleted the cleanup-restartpolicy branch October 17, 2023 08:00
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.

2 participants