mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2024-12-14 11:57:51 +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
|
||||
{
|
||||
"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-iommu-<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",
|
||||
"args": ["--sleep-interval=60s"],
|
||||
"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",
|
||||
"args": ["--oneshot"],
|
||||
"ports": [
|
||||
|
|
Loading…
Reference in a new issue