k8s-samples/CKA_Course/advanced_allocation/nodeselector.yaml
2022-08-16 21:59:58 -05:00

10 lines
139 B
YAML

apiVersion: v1
kind: Pod
metadata:
name: nginx
spec:
containers:
- name: nginx
image: nginx
nodeSelector:
myLabel: myvalue