Skip to content

Commit

Permalink
Merge pull request #118 from vprashar2929/update-faq
Browse files Browse the repository at this point in the history
docs: Update FAQ for community operator
  • Loading branch information
sthaha authored Nov 2, 2023
2 parents 6f62a6e + 64f5b0b commit b987098
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docs/installation/community-operator.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,3 +235,19 @@ Once Kepler Instance is created all the related resources like pods, daemonsets,
```sh
oc get all -n openshift-kepler-operator
```

### How do I enable libbpf images?

**NOTE:** This annotation will only exist until Kepler `0.7` is released which will default to `libbpf` and discontinue `bcc`

You can specify **annotations** for Kepler at the time of creating the Instance.

To specify in `YAML` view:

```yaml
metadata:
annotations:
kepler.sustainable.computing.io/bpf-attach-method: bcc/libbpf
```

Here `bcc` requires OCP 4.13 and above whereas `libbpf` can work with OCP 4.13 or below.

0 comments on commit b987098

Please sign in to comment.