add node scheduling for the ungleich-hardware pod
This commit is contained in:
parent
046d039672
commit
0d1c0b1676
1 changed files with 3 additions and 0 deletions
|
@ -14,6 +14,9 @@ spec:
|
||||||
name: dev
|
name: dev
|
||||||
securityContext:
|
securityContext:
|
||||||
privileged: true
|
privileged: true
|
||||||
|
nodeSelector:
|
||||||
|
kubernetes.io/hostname: "server63"
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- name: dev
|
- name: dev
|
||||||
hostPath:
|
hostPath:
|
||||||
|
|
Loading…
Reference in a new issue