mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2025-03-06 08:47:04 +00:00
15 lines
358 B
Text
15 lines
358 B
Text
|
apiVersion: v1
|
||
|
kind: Pod
|
||
|
metadata:
|
||
|
name: demo-parsec-NUM
|
||
|
spec:
|
||
|
containers:
|
||
|
- image: quay.io/kubernetes_incubator/node-feature-discovery-APP
|
||
|
name: demo-container-parsec-NUM
|
||
|
ports:
|
||
|
- containerPort: 3351
|
||
|
hostPort: 10001
|
||
|
nodeSelector:
|
||
|
node.alpha.kubernetes-incubator.io/nfd-pstate-turbo: 'true'
|
||
|
restartPolicy: Never
|