mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2024-12-15 17:50:49 +00:00
Update resource templates to use v0.3.0
This commit is contained in:
parent
f00f231c60
commit
f8bea163de
3 changed files with 3 additions and 3 deletions
|
@ -94,7 +94,7 @@ the only label value published for features is the string `"true"`._
|
||||||
|
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"node.alpha.kubernetes-incubator.io/node-feature-discovery.version": "v0.2.0",
|
"node.alpha.kubernetes-incubator.io/node-feature-discovery.version": "v0.3.0",
|
||||||
"node.alpha.kubernetes-incubator.io/nfd-cpuid-<feature-name>": "true",
|
"node.alpha.kubernetes-incubator.io/nfd-cpuid-<feature-name>": "true",
|
||||||
"node.alpha.kubernetes-incubator.io/nfd-iommu-<feature-name>": "true",
|
"node.alpha.kubernetes-incubator.io/nfd-iommu-<feature-name>": "true",
|
||||||
"node.alpha.kubernetes-incubator.io/nfd-memory-<feature-name>": "true",
|
"node.alpha.kubernetes-incubator.io/nfd-memory-<feature-name>": "true",
|
||||||
|
|
|
@ -34,7 +34,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"image": "quay.io/kubernetes_incubator/node-feature-discovery:v0.2.0",
|
"image": "quay.io/kubernetes_incubator/node-feature-discovery:v0.3.0",
|
||||||
"name": "node-feature-discovery",
|
"name": "node-feature-discovery",
|
||||||
"args": ["--sleep-interval=60s"],
|
"args": ["--sleep-interval=60s"],
|
||||||
"volumeMounts": [
|
"volumeMounts": [
|
||||||
|
|
|
@ -31,7 +31,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"image": "quay.io/kubernetes_incubator/node-feature-discovery:v0.2.0",
|
"image": "quay.io/kubernetes_incubator/node-feature-discovery:v0.3.0",
|
||||||
"name": "node-feature-discovery",
|
"name": "node-feature-discovery",
|
||||||
"args": ["--oneshot"],
|
"args": ["--oneshot"],
|
||||||
"ports": [
|
"ports": [
|
||||||
|
|
Loading…
Reference in a new issue