mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-03-04 06:30:40 -05:00
13 lines
199 B
YAML
13 lines
199 B
YAML
apiVersion: v1beta3
|
|
kind: Pod
|
|
metadata:
|
|
labels:
|
|
env: test
|
|
name: nginx
|
|
spec:
|
|
containers:
|
|
- image: nginx
|
|
imagePullPolicy: IfNotPresent
|
|
name: nginx
|
|
nodeSelector:
|
|
disktype: ssd
|