mirror of
https://github.com/intel/intel-device-plugins-for-kubernetes.git
synced 2025-06-03 03:59:37 +00:00
operator: fix outdated information
update documentation in DEVEL.md too Signed-off-by: Hyeongju Johannes Lee <hyeongju.lee@intel.com>
This commit is contained in:
parent
d6ca49bb9d
commit
b3459a4d17
4
DEVEL.md
4
DEVEL.md
@ -127,8 +127,10 @@ There are few useful steps when working with changes to Device Plugins CRDs and
|
|||||||
### Publish a New Version of the Intel Device Plugins Operator to operatorhub.io
|
### Publish a New Version of the Intel Device Plugins Operator to operatorhub.io
|
||||||
|
|
||||||
Check if the fields mentioned below in the [base CSV manifest file](deployments/operator/manifests/bases/intel-device-plugins-operator.clusterserviceversion.yaml) have the correct values. If not, fix them manually (operator-sdk does not support updating these fields in any other way).
|
Check if the fields mentioned below in the [base CSV manifest file](deployments/operator/manifests/bases/intel-device-plugins-operator.clusterserviceversion.yaml) have the correct values. If not, fix them manually (operator-sdk does not support updating these fields in any other way).
|
||||||
|
- spec.maturity
|
||||||
- spec.version
|
- spec.version
|
||||||
- spec.replaces
|
- spec.replaces
|
||||||
|
- metadata.annotations.capabilities
|
||||||
- metadata.annotations.containerImage
|
- metadata.annotations.containerImage
|
||||||
- metadata.annotations.createdAT
|
- metadata.annotations.createdAT
|
||||||
|
|
||||||
@ -141,7 +143,7 @@ $ git clone https://github.com/<GitHub Username>/community-operators
|
|||||||
|
|
||||||
Generate bundle and build bundle image:
|
Generate bundle and build bundle image:
|
||||||
```
|
```
|
||||||
$ make bundle TAG=0.X.Y CHANNELS=alpha DEFAULT_CHANNEL=alpha
|
$ make bundle TAG=0.X.Y CHANNELS=stable DEFAULT_CHANNEL=stable
|
||||||
$ make bundle-build
|
$ make bundle-build
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@ kind: ClusterServiceVersion
|
|||||||
metadata:
|
metadata:
|
||||||
annotations:
|
annotations:
|
||||||
alm-examples: '[]'
|
alm-examples: '[]'
|
||||||
capabilities: Seamless Upgrades
|
capabilities: Full Lifecycle
|
||||||
categories: Drivers and plugins
|
categories: Drivers and plugins
|
||||||
containerImage: docker.io/intel/intel-deviceplugin-operator:0.25.0
|
containerImage: docker.io/intel/intel-deviceplugin-operator:0.25.0
|
||||||
createdAt: "2022-11-09"
|
createdAt: "2022-11-09"
|
||||||
@ -117,7 +117,7 @@ spec:
|
|||||||
name: Hyeongju Lee
|
name: Hyeongju Lee
|
||||||
- email: mikko.ylinen@intel.com
|
- email: mikko.ylinen@intel.com
|
||||||
name: Mikko Ylinen
|
name: Mikko Ylinen
|
||||||
maturity: alpha
|
maturity: stable
|
||||||
minKubeVersion: 1.21.0
|
minKubeVersion: 1.21.0
|
||||||
provider:
|
provider:
|
||||||
name: Intel® Corporation
|
name: Intel® Corporation
|
||||||
|
Loading…
Reference in New Issue
Block a user