Move Guide topic: Assigning Pods to Nodes. (#3071)

This commit is contained in:
Steve Perry
2017-03-28 20:59:32 -07:00
committed by GitHub
parent b60e2fe334
commit b974f72bd3
6 changed files with 484 additions and 406 deletions
+13
View File
@@ -0,0 +1,13 @@
apiVersion: v1
kind: Pod
metadata:
name: nginx
labels:
env: test
spec:
containers:
- name: nginx
image: nginx
imagePullPolicy: IfNotPresent
nodeSelector:
disktype: ssd