Created
May 24, 2021 13:47
-
-
Save grdnrio/eabbe0551992509a6df92122f1836abd to your computer and use it in GitHub Desktop.
Storage clister placement example
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
placement: | |
nodeAffinity: | |
requiredDuringSchedulingIgnoredDuringExecution: | |
nodeSelectorTerms: | |
- matchExpressions: | |
- key: px/enabled | |
operator: NotIn | |
values: | |
- "false" | |
- key: node-role.kubernetes.io/master | |
operator: DoesNotExist |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment