mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2025-03-15 04:57:56 +00:00
Update references to release v0.11.0
Generated with: scripts/prepare-release.sh v0.11.0 markus.lehtonen@intel.com
This commit is contained in:
parent
eedb00906b
commit
a22eea431f
13 changed files with 26 additions and 26 deletions
|
@ -11,7 +11,7 @@ features and system configuration!
|
||||||
#### Quick-start – the short-short version
|
#### Quick-start – the short-short version
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ kubectl apply -k https://github.com/kubernetes-sigs/node-feature-discovery/deployment/overlays/default?ref=v0.10.1
|
$ kubectl apply -k https://github.com/kubernetes-sigs/node-feature-discovery/deployment/overlays/default?ref=v0.11.0
|
||||||
namespace/node-feature-discovery created
|
namespace/node-feature-discovery created
|
||||||
customresourcedefinition.apiextensions.k8s.io/nodefeaturerules.nfd.k8s-sigs.io created
|
customresourcedefinition.apiextensions.k8s.io/nodefeaturerules.nfd.k8s-sigs.io created
|
||||||
serviceaccount/nfd-master created
|
serviceaccount/nfd-master created
|
||||||
|
@ -38,4 +38,4 @@ $ kubectl get no -o json | jq .items[].metadata.labels
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
[documentation]: https://kubernetes-sigs.github.io/node-feature-discovery
|
[documentation]: https://kubernetes-sigs.github.io/node-feature-discovery/v0.11
|
||||||
|
|
|
@ -17,8 +17,8 @@ spec:
|
||||||
tolerations: []
|
tolerations: []
|
||||||
containers:
|
containers:
|
||||||
- name: nfd-master
|
- name: nfd-master
|
||||||
image: gcr.io/k8s-staging-nfd/node-feature-discovery:master
|
image: k8s.gcr.io/nfd/node-feature-discovery:v0.11.0
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: IfNotPresent
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
exec:
|
exec:
|
||||||
command: ["/usr/bin/grpc_health_probe", "-addr=:8080"]
|
command: ["/usr/bin/grpc_health_probe", "-addr=:8080"]
|
||||||
|
@ -33,8 +33,8 @@ spec:
|
||||||
command:
|
command:
|
||||||
- "nfd-master"
|
- "nfd-master"
|
||||||
- name: nfd-worker
|
- name: nfd-worker
|
||||||
image: gcr.io/k8s-staging-nfd/node-feature-discovery:master
|
image: k8s.gcr.io/nfd/node-feature-discovery:v0.11.0
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: IfNotPresent
|
||||||
command:
|
command:
|
||||||
- "nfd-worker"
|
- "nfd-worker"
|
||||||
args: []
|
args: []
|
||||||
|
|
|
@ -18,8 +18,8 @@ spec:
|
||||||
tolerations: []
|
tolerations: []
|
||||||
containers:
|
containers:
|
||||||
- name: nfd-master
|
- name: nfd-master
|
||||||
image: gcr.io/k8s-staging-nfd/node-feature-discovery:master
|
image: k8s.gcr.io/nfd/node-feature-discovery:v0.11.0
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: IfNotPresent
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
exec:
|
exec:
|
||||||
command: ["/usr/bin/grpc_health_probe", "-addr=:8080"]
|
command: ["/usr/bin/grpc_health_probe", "-addr=:8080"]
|
||||||
|
|
|
@ -17,8 +17,8 @@ spec:
|
||||||
serviceAccount: nfd-topology-updater
|
serviceAccount: nfd-topology-updater
|
||||||
containers:
|
containers:
|
||||||
- name: nfd-topology-updater
|
- name: nfd-topology-updater
|
||||||
image: gcr.io/k8s-staging-nfd/node-feature-discovery:master
|
image: k8s.gcr.io/nfd/node-feature-discovery:v0.11.0
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: IfNotPresent
|
||||||
command:
|
command:
|
||||||
- "nfd-topology-updater"
|
- "nfd-topology-updater"
|
||||||
args:
|
args:
|
||||||
|
|
|
@ -16,8 +16,8 @@ spec:
|
||||||
dnsPolicy: ClusterFirstWithHostNet
|
dnsPolicy: ClusterFirstWithHostNet
|
||||||
containers:
|
containers:
|
||||||
- name: nfd-worker
|
- name: nfd-worker
|
||||||
image: gcr.io/k8s-staging-nfd/node-feature-discovery:master
|
image: k8s.gcr.io/nfd/node-feature-discovery:v0.11.0
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: IfNotPresent
|
||||||
command:
|
command:
|
||||||
- "nfd-worker"
|
- "nfd-worker"
|
||||||
args:
|
args:
|
||||||
|
|
|
@ -26,8 +26,8 @@ spec:
|
||||||
- nfd-worker
|
- nfd-worker
|
||||||
containers:
|
containers:
|
||||||
- name: nfd-worker
|
- name: nfd-worker
|
||||||
image: gcr.io/k8s-staging-nfd/node-feature-discovery:master
|
image: k8s.gcr.io/nfd/node-feature-discovery:v0.11.0
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: IfNotPresent
|
||||||
command:
|
command:
|
||||||
- "nfd-worker"
|
- "nfd-worker"
|
||||||
args:
|
args:
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: master
|
appVersion: v0.11.0
|
||||||
description: |
|
description: |
|
||||||
Detects hardware features available on each node in a Kubernetes cluster, and advertises
|
Detects hardware features available on each node in a Kubernetes cluster, and advertises
|
||||||
those features using node labels.
|
those features using node labels.
|
||||||
|
|
|
@ -6,5 +6,5 @@ labels. NFD provides flexible configuration and extension points for a wide
|
||||||
range of vendor and application specific node labeling needs.
|
range of vendor and application specific node labeling needs.
|
||||||
|
|
||||||
See
|
See
|
||||||
[NFD documentation](https://kubernetes-sigs.github.io/node-feature-discovery/master/get-started/deployment-and-usage.html#deployment-with-helm)
|
[NFD documentation](https://kubernetes-sigs.github.io/node-feature-discovery/v0.11/get-started/deployment-and-usage.html#deployment-with-helm)
|
||||||
for deployment instructions.
|
for deployment instructions.
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
image:
|
image:
|
||||||
repository: gcr.io/k8s-staging-nfd/node-feature-discovery
|
repository: k8s.gcr.io/nfd/node-feature-discovery
|
||||||
# This should be set to 'IfNotPresent' for released version
|
# This should be set to 'IfNotPresent' for released version
|
||||||
pullPolicy: Always
|
pullPolicy: IfNotPresent
|
||||||
# tag, if defined will use the given image tag, else Chart.AppVersion will be used
|
# tag, if defined will use the given image tag, else Chart.AppVersion will be used
|
||||||
# tag
|
# tag
|
||||||
imagePullSecrets: []
|
imagePullSecrets: []
|
||||||
|
|
|
@ -15,8 +15,8 @@ spec:
|
||||||
tolerations: []
|
tolerations: []
|
||||||
containers:
|
containers:
|
||||||
- name: nfd-master
|
- name: nfd-master
|
||||||
image: gcr.io/k8s-staging-nfd/node-feature-discovery:master
|
image: k8s.gcr.io/nfd/node-feature-discovery:v0.11.0
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: IfNotPresent
|
||||||
command:
|
command:
|
||||||
- "nfd-master"
|
- "nfd-master"
|
||||||
args:
|
args:
|
||||||
|
|
|
@ -41,7 +41,7 @@ remote_theme: rundocs/jekyll-rtd-theme@v2.0.10
|
||||||
# - vendor/ruby/
|
# - vendor/ruby/
|
||||||
|
|
||||||
# Document versioning
|
# Document versioning
|
||||||
version: master
|
version: v0.11
|
||||||
display_version_list: true
|
display_version_list: true
|
||||||
|
|
||||||
# Customize page width (make it wider) for large screens
|
# Customize page width (make it wider) for large screens
|
||||||
|
@ -55,7 +55,7 @@ scss: |
|
||||||
# Release is the full released version number. Used to make external links to
|
# Release is the full released version number. Used to make external links to
|
||||||
# point to the correct blobs in the Github repo. This is also the version shown
|
# point to the correct blobs in the Github repo. This is also the version shown
|
||||||
# in the sidebar (top left corner of the page)
|
# in the sidebar (top left corner of the page)
|
||||||
release: master
|
release: v0.11.0
|
||||||
|
|
||||||
# Container image which to point to in the documentation
|
# Container image which to point to in the documentation
|
||||||
container_image: gcr.io/k8s-staging-nfd/node-feature-discovery:master
|
container_image: k8s.gcr.io/nfd/node-feature-discovery:v0.11.0
|
||||||
|
|
|
@ -66,7 +66,7 @@ make push-all
|
||||||
```
|
```
|
||||||
|
|
||||||
The resulting container image can be used in the same way on each arch by pulling
|
The resulting container image can be used in the same way on each arch by pulling
|
||||||
e.g. `node-feature-discovery:v0.10.0` without specifying the architecture. The
|
e.g. `node-feature-discovery:v0.11.0` without specifying the architecture. The
|
||||||
manifest-list will take care of providing the right architecture image.
|
manifest-list will take care of providing the right architecture image.
|
||||||
|
|
||||||
#### Change the job spec to use your custom image (optional)
|
#### Change the job spec to use your custom image (optional)
|
||||||
|
|
|
@ -49,8 +49,8 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
dockerRepo = flag.String("nfd.repo", "gcr.io/k8s-staging-nfd/node-feature-discovery", "Docker repository to fetch image from")
|
dockerRepo = flag.String("nfd.repo", "k8s.gcr.io/nfd/node-feature-discovery", "Docker repository to fetch image from")
|
||||||
dockerTag = flag.String("nfd.tag", "master", "Docker tag to use")
|
dockerTag = flag.String("nfd.tag", "v0.11.0", "Docker tag to use")
|
||||||
e2eConfigFile = flag.String("nfd.e2e-config", "", "Configuration parameters for end-to-end tests")
|
e2eConfigFile = flag.String("nfd.e2e-config", "", "Configuration parameters for end-to-end tests")
|
||||||
openShift = flag.Bool("nfd.openshift", false, "Enable OpenShift specific bits")
|
openShift = flag.Bool("nfd.openshift", false, "Enable OpenShift specific bits")
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue