1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2025-03-30 19:54:46 +00:00

Prepare v0.16

Generated with:

    ./hack/prepare-release.sh -g 1.22.3 v0.16.0
This commit is contained in:
Markus Lehtonen 2024-05-27 15:16:59 +03:00
parent cdf94eb599
commit b98668ce22
12 changed files with 22 additions and 22 deletions

View file

@ -8,7 +8,7 @@ IMAGE_BUILD_CMD ?= docker build
IMAGE_BUILD_EXTRA_OPTS ?= IMAGE_BUILD_EXTRA_OPTS ?=
IMAGE_PUSH_CMD ?= docker push IMAGE_PUSH_CMD ?= docker push
CONTAINER_RUN_CMD ?= docker run CONTAINER_RUN_CMD ?= docker run
BUILDER_IMAGE ?= golang:1.22-bookworm BUILDER_IMAGE ?= golang:1.22.3-bookworm
BASE_IMAGE_FULL ?= debian:bookworm-slim BASE_IMAGE_FULL ?= debian:bookworm-slim
BASE_IMAGE_MINIMAL ?= scratch BASE_IMAGE_MINIMAL ?= scratch

View file

@ -12,7 +12,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.15.4 $ kubectl apply -k https://github.com/kubernetes-sigs/node-feature-discovery/deployment/overlays/default?ref=v0.16.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
customresourcedefinition.apiextensions.k8s.io/nodefeatures.nfd.k8s-sigs.io created customresourcedefinition.apiextensions.k8s.io/nodefeatures.nfd.k8s-sigs.io created
@ -48,4 +48,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.16

View file

@ -17,8 +17,8 @@ spec:
serviceAccount: nfd-gc serviceAccount: nfd-gc
containers: containers:
- name: nfd-gc - name: nfd-gc
image: gcr.io/k8s-staging-nfd/node-feature-discovery:master image: registry.k8s.io/nfd/node-feature-discovery:v0.16.0
imagePullPolicy: Always imagePullPolicy: IfNotPresent
resources: resources:
limits: limits:
cpu: 20m cpu: 20m

View file

@ -19,8 +19,8 @@ spec:
tolerations: [] tolerations: []
containers: containers:
- name: nfd-master - name: nfd-master
image: gcr.io/k8s-staging-nfd/node-feature-discovery:master image: registry.k8s.io/nfd/node-feature-discovery:v0.16.0
imagePullPolicy: Always imagePullPolicy: IfNotPresent
resources: resources:
limits: limits:
cpu: 300m cpu: 300m

View file

@ -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: registry.k8s.io/nfd/node-feature-discovery:v0.16.0
imagePullPolicy: Always imagePullPolicy: IfNotPresent
livenessProbe: livenessProbe:
grpc: grpc:
port: 8082 port: 8082

View file

@ -17,8 +17,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: registry.k8s.io/nfd/node-feature-discovery:v0.16.0
imagePullPolicy: Always imagePullPolicy: IfNotPresent
livenessProbe: livenessProbe:
grpc: grpc:
port: 8082 port: 8082

View file

@ -27,8 +27,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: registry.k8s.io/nfd/node-feature-discovery:v0.16.0
imagePullPolicy: Always imagePullPolicy: IfNotPresent
command: command:
- "nfd-worker" - "nfd-worker"
args: args:

View file

@ -1,5 +1,5 @@
apiVersion: v2 apiVersion: v2
appVersion: master appVersion: v0.16.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.

View file

@ -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/deployment/helm.html) [NFD documentation](https://kubernetes-sigs.github.io/node-feature-discovery/v0.16/deployment/helm.html)
for deployment instructions. for deployment instructions.

View file

@ -1,7 +1,7 @@
image: image:
repository: gcr.io/k8s-staging-nfd/node-feature-discovery repository: registry.k8s.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: []

View file

@ -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: registry.k8s.io/nfd/node-feature-discovery:v0.16.0
imagePullPolicy: Always imagePullPolicy: IfNotPresent
command: command:
- "nfd-master" - "nfd-master"
args: args:

View file

@ -43,7 +43,7 @@ plugins:
# - vendor/ruby/ # - vendor/ruby/
# Document versioning # Document versioning
version: master version: v0.16
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
@ -57,7 +57,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.16.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: registry.k8s.io/nfd/node-feature-discovery:v0.16.0