k8s-samples/CKA_Course/advanced_allocation/nodename.yaml

10 lines
126 B
YAML
Raw Normal View History

2022-08-17 02:59:58 +00:00
apiVersion: v1
kind: Pod
metadata:
name: nginx
spec:
containers:
- name: nginx
image: nginx
nodeName: k8s-worker1