mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2025-03-17 13:58:21 +00:00
26 lines
614 B
Text
26 lines
614 B
Text
|
{
|
||
|
"apiVersion": "v1",
|
||
|
"kind": "Pod",
|
||
|
"metadata": {
|
||
|
"name": "demo-parsec-NUM"
|
||
|
},
|
||
|
"spec": {
|
||
|
"containers": [
|
||
|
{
|
||
|
"image": "intelsdi/node-feature-discovery-APP",
|
||
|
"name": "demo-container-parsec-NUM",
|
||
|
"ports": [
|
||
|
{
|
||
|
"containerPort": 3351,
|
||
|
"hostPort": 10001
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
],
|
||
|
"nodeSelector": {
|
||
|
"node.alpha.intel.com/VER-pstate-turbo": "true"
|
||
|
},
|
||
|
"restartPolicy": "Never"
|
||
|
}
|
||
|
}
|