mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2025-03-17 22:08:33 +00:00
Merge pull request #1007 from marquiz/release-0.12
[release-0.12] Update references to release v0.12.0
This commit is contained in:
commit
23f4102b0a
13 changed files with 26 additions and 26 deletions
2
Makefile
2
Makefile
|
@ -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.19-bullseye
|
BUILDER_IMAGE ?= golang:1.19.4-bullseye
|
||||||
BASE_IMAGE_FULL ?= debian:bullseye-slim
|
BASE_IMAGE_FULL ?= debian:bullseye-slim
|
||||||
BASE_IMAGE_MINIMAL ?= gcr.io/distroless/base
|
BASE_IMAGE_MINIMAL ?= gcr.io/distroless/base
|
||||||
|
|
||||||
|
|
|
@ -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.11.3
|
$ kubectl apply -k https://github.com/kubernetes-sigs/node-feature-discovery/deployment/overlays/default?ref=v0.12.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
|
||||||
|
@ -39,4 +39,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.12
|
||||||
|
|
|
@ -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: registry.k8s.io/nfd/node-feature-discovery:v0.12.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: registry.k8s.io/nfd/node-feature-discovery:v0.12.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: registry.k8s.io/nfd/node-feature-discovery:v0.12.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: registry.k8s.io/nfd/node-feature-discovery:v0.12.0
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: IfNotPresent
|
||||||
command:
|
command:
|
||||||
- "nfd-topology-updater"
|
- "nfd-topology-updater"
|
||||||
args: []
|
args: []
|
||||||
|
|
|
@ -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.12.0
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: IfNotPresent
|
||||||
command:
|
command:
|
||||||
- "nfd-worker"
|
- "nfd-worker"
|
||||||
args:
|
args:
|
||||||
|
|
|
@ -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.12.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.12.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.12/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: 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: []
|
||||||
|
|
|
@ -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.12.0
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: IfNotPresent
|
||||||
command:
|
command:
|
||||||
- "nfd-master"
|
- "nfd-master"
|
||||||
args:
|
args:
|
||||||
|
|
|
@ -43,7 +43,7 @@ plugins:
|
||||||
# - vendor/ruby/
|
# - vendor/ruby/
|
||||||
|
|
||||||
# Document versioning
|
# Document versioning
|
||||||
version: master
|
version: v0.12
|
||||||
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.12.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.12.0
|
||||||
|
|
|
@ -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", "registry.k8s.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.12.0", "Docker tag to use")
|
||||||
dockerImage = fmt.Sprintf("%s:%s", *dockerRepo, *dockerTag)
|
dockerImage = fmt.Sprintf("%s:%s", *dockerRepo, *dockerTag)
|
||||||
testTolerations = []corev1.Toleration{
|
testTolerations = []corev1.Toleration{
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue