mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2024-12-15 17:50:49 +00:00
02d68ba491
Fix workload template specs: - update node affinity in "demo-pod-with-discovery.cloverleaf" - fix broken "demo-pod-without-discovery" Fix runner scripts to be runnable from anywhere gqYour current working dir shouldn't matter. Also make the scripts exit on any error. Also remove trailing whitespace. Minor fixes in README.
14 lines
359 B
Text
14 lines
359 B
Text
apiVersion: v1
|
|
kind: Pod
|
|
metadata:
|
|
name: demo-cloverleaf-NUM
|
|
spec:
|
|
containers:
|
|
- name: demo-container-cloverleaf-NUM
|
|
image: quay.io/kubernetes_incubator/node-feature-discovery-APP
|
|
ports:
|
|
- containerPort: 3551
|
|
hostPort: 10001
|
|
nodeSelector:
|
|
feature.node.kubernetes.io/cpu-pstate.turbo: 'false'
|
|
restartPolicy: Never
|