generated from kubernetes/kubernetes-template-project
-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #191 from ArangoGutierrez/docsv06
Bump release to v0.6.0
- Loading branch information
Showing
13 changed files
with
41 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ metadata: | |
"spec": { | ||
"instance": "", | ||
"operand": { | ||
"image": "gcr.io/k8s-staging-nfd/node-feature-discovery:master", | ||
"image": "registry.k8s.io/nfd/node-feature-discovery-operator:v0.12.1-minimal", | ||
"imagePullPolicy": "Always", | ||
"servicePort": 12000 | ||
}, | ||
|
@@ -64,7 +64,7 @@ metadata: | |
] | ||
capabilities: Basic Install | ||
categories: Integration & Delivery | ||
containerImage: registry.k8s.io/nfd/node-feature-discovery-operator:master | ||
containerImage: registry.k8s.io/nfd/node-feature-discovery-operator:v0.6.0-minimal | ||
createdAt: "2023-01-17T14:52:07Z" | ||
description: |- | ||
The Node Feature Discovery Operator manages the detection of hardware features and configuration in a Kubernetes cluster by labeling the nodes with hardware-specific information. The Node Feature Discovery (NFD) will label the host with node-specific attributes, like PCI cards, kernel, or OS version, and many more. | ||
|
@@ -84,7 +84,7 @@ metadata: | |
operators.operatorframework.io/builder: operator-sdk-v1.26.0+git | ||
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3 | ||
repository: https://github.com/kubernetes-sigs/node-feature-discovery-operator | ||
name: nfd-operator.v0.5.0 | ||
name: nfd-operator.v0.6.0 | ||
namespace: placeholder | ||
spec: | ||
apiservicedefinitions: {} | ||
|
@@ -403,8 +403,8 @@ spec: | |
- name: OPERATOR_NAME | ||
value: cluster-nfd-operator | ||
- name: NODE_FEATURE_DISCOVERY_IMAGE | ||
value: gcr.io/k8s-staging-nfd/node-feature-discovery:master | ||
image: registry.k8s.io/nfd/node-feature-discovery-operator:0.5.0-minimal | ||
value: gcr.io/k8s-staging-nfd/node-feature-discovery:v0.12.1-minimal | ||
image: registry.k8s.io/nfd/node-feature-discovery-operator:0.6.0-minimal | ||
imagePullPolicy: Always | ||
livenessProbe: | ||
httpGet: | ||
|
@@ -514,11 +514,11 @@ spec: | |
- discovery | ||
links: | ||
- name: Documentation operator | ||
url: https://kubernetes-sigs.github.io/node-feature-discovery-operator/v0.4 | ||
url: https://kubernetes-sigs.github.io/node-feature-discovery-operator/v0.6 | ||
- name: Documentation operand | ||
url: https://kubernetes-sigs.github.io/node-feature-discovery | ||
maintainers: | ||
- email: carangog@redhat.com | ||
- email: eduardoa@nvidia.com | ||
name: Eduardo Arango | ||
- email: [email protected] | ||
name: Zvonko Kaiser | ||
|
@@ -527,4 +527,4 @@ spec: | |
maturity: stable | ||
provider: | ||
name: kubernetes-sigs | ||
version: 0.5.0 | ||
version: 0.6.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ metadata: | |
}, | ||
"spec": { | ||
"operand": { | ||
"image": "gcr.io/k8s-staging-nfd/node-feature-discovery:master-minimal", | ||
"image": "registry.k8s.io/nfd/node-feature-discovery:v0.12.1-minimal", | ||
"imagePullPolicy": "Always", | ||
"servicePort": 12000 | ||
}, | ||
|
@@ -63,7 +63,7 @@ metadata: | |
] | ||
capabilities: Basic Install | ||
categories: Integration & Delivery | ||
containerImage: registry.k8s.io/nfd/node-feature-discovery-operator:master | ||
containerImage: registry.k8s.io/nfd/node-feature-discovery-operator:v0.6.0-minimal | ||
createdAt: "2022-01-19T18:23:18Z" | ||
description: |- | ||
The Node Feature Discovery Operator manages the detection of hardware features and configuration in a Kubernetes cluster by labeling the nodes with hardware-specific information. The Node Feature Discovery (NFD) will label the host with node-specific attributes, like PCI cards, kernel, or OS version, and many more. | ||
|
@@ -83,7 +83,7 @@ metadata: | |
operators.operatorframework.io/builder: operator-sdk-v1.13.0+git | ||
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3 | ||
repository: https://github.com/kubernetes-sigs/node-feature-discovery-operator | ||
name: nfd-operator.v0.4.0 | ||
name: nfd-operator.v0.6.0 | ||
namespace: placeholder | ||
spec: | ||
apiservicedefinitions: {} | ||
|
@@ -463,8 +463,8 @@ spec: | |
- name: OPERATOR_NAME | ||
value: cluster-nfd-operator | ||
- name: NODE_FEATURE_DISCOVERY_IMAGE | ||
value: gcr.io/k8s-staging-nfd/node-feature-discovery:master-minimal | ||
image: gcr.io/k8s-staging-nfd/node-feature-discovery-operator:master-minimal | ||
value: registry.k8s.io/nfd/node-feature-discovery:v0.12.1-minimal | ||
image: registry.k8s.io/nfd/node-feature-discovery-operator:v0.6.0-minimal | ||
imagePullPolicy: Always | ||
livenessProbe: | ||
httpGet: | ||
|
@@ -571,11 +571,11 @@ spec: | |
- discovery | ||
links: | ||
- name: Documentation operator | ||
url: https://kubernetes-sigs.github.io/node-feature-discovery-operator/v0.4 | ||
url: https://kubernetes-sigs.github.io/node-feature-discovery-operator/v0.6 | ||
- name: Documentation operand | ||
url: https://kubernetes-sigs.github.io/node-feature-discovery | ||
maintainers: | ||
- email: carangog@redhat.com | ||
- email: eduardoa@nvidia.com | ||
name: Eduardo Arango | ||
- email: [email protected] | ||
name: Zvonko Kaiser | ||
|
@@ -584,4 +584,4 @@ spec: | |
maturity: stable | ||
provider: | ||
name: kubernetes-sigs | ||
version: 0.4.0 | ||
version: 0.6.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,15 +42,15 @@ remote_theme: rundocs/[email protected] | |
# - vendor/ruby/ | ||
|
||
# Document versioning | ||
version: master | ||
version: v0.6.0 | ||
display_version_list: true | ||
|
||
# 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 | ||
# in the sidebar (top left corner of the page) | ||
release: master | ||
release: v0.6.0 | ||
|
||
# Container image which to point to in the documentation | ||
container_image: gcr.io/k8s-staging-nfd/node-feature-discovery-operator:master-minimal | ||
container_image: registry.k8s.io/nfd/node-feature-discovery-operator:v0.6.0-minimal | ||
# Operand Node Feature Discovery documentation version | ||
operand_version: master | ||
operand_version: v0.12 |