mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2025-03-16 21:38:23 +00:00
- Added helper scripts for running the apps. - Added templates to express affinity and anti-affinity. - Updated/Added readme appropriately. - Added asciicast where appropriate.
25 lines
614 B
Text
25 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"
|
|
}
|
|
}
|