-
Notifications
You must be signed in to change notification settings - Fork 110
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add tolerations to lvms cluster resource
When using specially tainted workers we usually specify tolerations for pods that should land on these nodes like: tolerations: - key: "testOperator" value: "true" effect: "NoSchedule - key: "testOperator" value: "true" effect: "NoExecute Similar tolerations must be applied to the lvms pods so that the lvms storageclass can be used across the cluster regardless of how workers are tagged/tainted.
- Loading branch information
1 parent
12b7188
commit 87f57bf
Showing
4 changed files
with
27 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -482,6 +482,7 @@ tmux | |
tobiko | ||
toctree | ||
todo | ||
tolerations | ||
topolvm | ||
traceback | ||
tripleo | ||
|
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