mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2024-12-14 11:57:51 +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.
12 lines
272 B
Text
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
|