1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2024-12-14 11:57:51 +00:00
node-feature-discovery/demo/helper-scripts/demo-pod-without-discovery.yaml.template
Markus Lehtonen 02d68ba491 demo: make demo runnable again
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.
2020-09-10 17:09:53 +03:00

12 lines
272 B
Text

apiVersion: v1
kind: Pod
metadata:
name: demo-APP-NUM
spec:
containers:
- image: quay.io/kubernetes_incubator/node-feature-discovery-IMG
name: demo-container-APP-NUM
ports:
- containerPort: 3351
hostPort: 10001
restartPolicy: Never