Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(bundle): remove section about basic install #440

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 1 addition & 14 deletions bundle/manifests/kepler-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |-
Expand Down Expand Up @@ -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)
Expand Down
13 changes: 0 additions & 13 deletions config/manifests/bases/kepler-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
Loading