Skip to content

Instantly share code, notes, and snippets.

@sunnykrGupta
Created August 13, 2017 17:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sunnykrGupta/854a2e9473c526b7404dddbc4a657d00 to your computer and use it in GitHub Desktop.
Save sunnykrGupta/854a2e9473c526b7404dddbc4a657d00 to your computer and use it in GitHub Desktop.
#-------------- Node selector example
apiVersion: v1
kind: Pod
metadata:
name: nginx
labels:
env: test
spec:
containers:
- name: nginx-v1
image: nginx
nodeSelector:
#give label assigned to your node pool
cloud.google.com/gke-nodepool: high-mem-pool
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment