Created
August 13, 2017 17:56
-
-
Save sunnykrGupta/854a2e9473c526b7404dddbc4a657d00 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
#-------------- 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