Skip to content

Instantly share code, notes, and snippets.

@grdnrio
Created May 24, 2021 13:47
Show Gist options
  • Save grdnrio/eabbe0551992509a6df92122f1836abd to your computer and use it in GitHub Desktop.
Save grdnrio/eabbe0551992509a6df92122f1836abd to your computer and use it in GitHub Desktop.
Storage clister placement example
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