init
This commit is contained in:
11
node-scheduling/node-selector.yaml
Normal file
11
node-scheduling/node-selector.yaml
Normal file
@ -0,0 +1,11 @@
|
||||
apiVersion: v1
|
||||
kind: Pod
|
||||
metadata:
|
||||
name: mypod
|
||||
spec:
|
||||
nodeSelector:
|
||||
gpu: amd
|
||||
containers:
|
||||
- name: nginx
|
||||
image: nginx
|
||||
resources: {}
|
||||
Reference in New Issue
Block a user