Skip to content

Instantly share code, notes, and snippets.

@arunsanna
Created June 24, 2021 16:15
Show Gist options
  • Save arunsanna/fd454bc80cc13ce6d23b90137d10299b to your computer and use it in GitHub Desktop.
Save arunsanna/fd454bc80cc13ce6d23b90137d10299b to your computer and use it in GitHub Desktop.
adding tolerations to pods
pod:
nodeSelector:
category: cpu
tolerations:
- key: "CpuOnly"
operator: "Equal"
value: "true"
effect: "NoSchedule"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment