mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2025-03-30 19:54:46 +00:00
- Updated pod templates with new label prefix. - Minor changes to job scripts and readme.
25 lines
648 B
Text
25 lines
648 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"
|
|
}
|
|
}
|