-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[release-0.2 ] drop DaemonSet unsupported OnFailure restartPolicy
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]>
- Loading branch information
1 parent
0288494
commit ff43d1f
Showing
4 changed files
with
0 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters