1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2025-03-05 16:27:05 +00:00

Merge pull request #484 from marquiz/devel/release-0.8

release-0.8: update references to point to v0.8.0
This commit is contained in:
Kubernetes Prow Robot 2021-03-18 00:35:19 -07:00 committed by GitHub
commit 150ce38046
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 22 additions and 22 deletions

View file

@ -11,11 +11,11 @@ features and system configuration!
#### Quick-start the short-short version #### Quick-start the short-short version
```bash ```bash
$ kubectl apply -f https://raw.githubusercontent.com/kubernetes-sigs/node-feature-discovery/v0.7.0/nfd-master.yaml.template $ kubectl apply -f https://raw.githubusercontent.com/kubernetes-sigs/node-feature-discovery/v0.8.0/nfd-master.yaml.template
namespace/node-feature-discovery created namespace/node-feature-discovery created
... ...
$ kubectl apply -f https://raw.githubusercontent.com/kubernetes-sigs/node-feature-discovery/v0.7.0/nfd-worker-daemonset.yaml.template $ kubectl apply -f https://raw.githubusercontent.com/kubernetes-sigs/node-feature-discovery/v0.8.0/nfd-worker-daemonset.yaml.template
daemonset.apps/nfd-worker created daemonset.apps/nfd-worker created
$ kubectl -n node-feature-discovery get all $ kubectl -n node-feature-discovery get all

View file

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

@ -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: []

View file

@ -41,12 +41,12 @@ remote_theme: rundocs/jekyll-rtd-theme@v2.0.9
# - vendor/ruby/ # - vendor/ruby/
# Document versioning # Document versioning
version: master version: v0.8
display_version_list: true display_version_list: true
# Release is used to make external links to point to the correct blobs in the # Release is used to make external links to point to the correct blobs in the
# Github repo # Github repo
release: master release: v0.8.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.8.0

View file

@ -67,8 +67,8 @@ spec:
valueFrom: valueFrom:
fieldRef: fieldRef:
fieldPath: spec.nodeName fieldPath: spec.nodeName
image: gcr.io/k8s-staging-nfd/node-feature-discovery:master image: k8s.gcr.io/nfd/node-feature-discovery:v0.8.0
imagePullPolicy: Always imagePullPolicy: IfNotPresent
name: nfd-master name: nfd-master
securityContext: securityContext:
allowPrivilegeEscalation: false allowPrivilegeEscalation: false
@ -83,8 +83,8 @@ spec:
valueFrom: valueFrom:
fieldRef: fieldRef:
fieldPath: spec.nodeName fieldPath: spec.nodeName
image: gcr.io/k8s-staging-nfd/node-feature-discovery:master image: k8s.gcr.io/nfd/node-feature-discovery:v0.8.0
imagePullPolicy: Always imagePullPolicy: IfNotPresent
name: nfd-worker name: nfd-worker
securityContext: securityContext:
allowPrivilegeEscalation: false allowPrivilegeEscalation: false

View file

@ -81,8 +81,8 @@ spec:
valueFrom: valueFrom:
fieldRef: fieldRef:
fieldPath: spec.nodeName fieldPath: spec.nodeName
image: gcr.io/k8s-staging-nfd/node-feature-discovery:master image: k8s.gcr.io/nfd/node-feature-discovery:v0.8.0
imagePullPolicy: Always imagePullPolicy: IfNotPresent
name: nfd-master name: nfd-master
securityContext: securityContext:
allowPrivilegeEscalation: false allowPrivilegeEscalation: false

View file

@ -74,8 +74,8 @@ spec:
effect: "NoSchedule" effect: "NoSchedule"
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.8.0
imagePullPolicy: Always imagePullPolicy: IfNotPresent
securityContext: securityContext:
allowPrivilegeEscalation: false allowPrivilegeEscalation: false
capabilities: capabilities:

View file

@ -23,8 +23,8 @@ spec:
valueFrom: valueFrom:
fieldRef: fieldRef:
fieldPath: spec.nodeName fieldPath: spec.nodeName
image: gcr.io/k8s-staging-nfd/node-feature-discovery:master image: k8s.gcr.io/nfd/node-feature-discovery:v0.8.0
imagePullPolicy: Always imagePullPolicy: IfNotPresent
name: nfd-worker name: nfd-worker
securityContext: securityContext:
allowPrivilegeEscalation: false allowPrivilegeEscalation: false

View file

@ -32,8 +32,8 @@ spec:
valueFrom: valueFrom:
fieldRef: fieldRef:
fieldPath: spec.nodeName fieldPath: spec.nodeName
image: gcr.io/k8s-staging-nfd/node-feature-discovery:master image: k8s.gcr.io/nfd/node-feature-discovery:v0.8.0
imagePullPolicy: Always imagePullPolicy: IfNotPresent
name: nfd-worker name: nfd-worker
securityContext: securityContext:
allowPrivilegeEscalation: false allowPrivilegeEscalation: false

View file

@ -46,8 +46,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.8.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")