From 2dd1281a99095d94f1695d72823a4fb63d57d4c7 Mon Sep 17 00:00:00 2001 From: Sunil Thaha Date: Wed, 20 Nov 2024 15:59:36 +1000 Subject: [PATCH] fix(bundle): remove section about basic install Signed-off-by: Sunil Thaha --- .../kepler-operator.clusterserviceversion.yaml | 15 +-------------- .../kepler-operator.clusterserviceversion.yaml | 13 ------------- 2 files changed, 1 insertion(+), 27 deletions(-) diff --git a/bundle/manifests/kepler-operator.clusterserviceversion.yaml b/bundle/manifests/kepler-operator.clusterserviceversion.yaml index 25e3363d..2b18b2e7 100644 --- a/bundle/manifests/kepler-operator.clusterserviceversion.yaml +++ b/bundle/manifests/kepler-operator.clusterserviceversion.yaml @@ -28,7 +28,7 @@ metadata: capabilities: Seamless Upgrades categories: Monitoring containerImage: quay.io/sustainable_computing_io/kepler-operator:0.15.0 - createdAt: "2024-10-28T06:13:46Z" + createdAt: "2024-11-20T05:58:45Z" description: 'Deploys and Manages Kepler on Kubernetes ' operators.operatorframework.io/builder: operator-sdk-v1.36.1 operators.operatorframework.io/internal-objects: |- @@ -73,19 +73,6 @@ spec: Kepler (Kubernetes Efficient Power Level Exporter) uses eBPF to probe energy-related system stats and exports them as Prometheus metrics. - ### API Backward Compatibility - **NOTE:** Until Operator supports **seamless upgrades**, a new version of - the operator may introduce a change that is **NOT** backwards compatible with - the previous version. Thus, to upgrade the operator, uninstall the already - installed version completely (including CRDs) and install the new version. - For example to upgrade from 0.1.0 to 0.2.0, you must uninstall `0.1.0` by - following [uninstall operator section](https://github.com/sustainable-computing-io/kepler-operator#uninstall-the-operator) - and install the new version. - - Changes to patch version (major.minor.patch) indicates that no breaking changes - are introduced, thus upgrade can be done without uninstalling and reinstalling - the operator. - ### NOTE To view the metrics exposed by kepler, ensure that [User Project Monitoring](https://docs.openshift.com/container-platform/latest/monitoring/enabling-monitoring-for-user-defined-projects.html) diff --git a/config/manifests/bases/kepler-operator.clusterserviceversion.yaml b/config/manifests/bases/kepler-operator.clusterserviceversion.yaml index 0e5fd058..89ea7e49 100644 --- a/config/manifests/bases/kepler-operator.clusterserviceversion.yaml +++ b/config/manifests/bases/kepler-operator.clusterserviceversion.yaml @@ -50,19 +50,6 @@ spec: Kepler (Kubernetes Efficient Power Level Exporter) uses eBPF to probe energy-related system stats and exports them as Prometheus metrics. - ### API Backward Compatibility - **NOTE:** Until Operator supports **seamless upgrades**, a new version of - the operator may introduce a change that is **NOT** backwards compatible with - the previous version. Thus, to upgrade the operator, uninstall the already - installed version completely (including CRDs) and install the new version. - For example to upgrade from 0.1.0 to 0.2.0, you must uninstall `0.1.0` by - following [uninstall operator section](https://github.com/sustainable-computing-io/kepler-operator#uninstall-the-operator) - and install the new version. - - Changes to patch version (major.minor.patch) indicates that no breaking changes - are introduced, thus upgrade can be done without uninstalling and reinstalling - the operator. - ### NOTE To view the metrics exposed by kepler, ensure that [User Project Monitoring](https://docs.openshift.com/container-platform/latest/monitoring/enabling-monitoring-for-user-defined-projects.html)