Edmund Ochieng
Edmund Ochieng
This commit removes a new line character at the end of the file before checking if it is a valid hash Signed-off-by: Edmund Ochieng Closes #559
Not sure per se what has an error but thought I would start here with my findings. I had the understanding and also from looking around I'm getting the confirmation...
**Description of the change:** Update version of `sigs.k8s.io/kubebuilder/v3` module used in operator-sdk to v3.14.0 **Motivation for the change:** Updating the version of `sigs.k8s.io/kubebuilder/v3` module used in operator-sdk will add support...
# Description ## Reviewer Checklist - [ ] API Go Documentation - [ ] Tests: Unit Tests (and E2E Tests, if appropriate) - [x] Comprehensive Commit Messages - [x] Links...
# Description This PR is for implementing benchmarking tests which will be used in CI to evaluate change in performance / compute resource utilization as new features are implemented. ##...
Gather baseline metrics for catalogd and operator-controller to be used as a reference point.
**Description of the change:** This pull requests introduces code that will attempt to request a service account token via the TokenRequest API whenever an error is return regarding a missing...
## Bug Report **What did you do?** An attempt was made to install an operator. **What did you expect to see?** The operator would install successfully. **What did you see...
Combine OLM v1 components (`catalogd` and `operator-controller`) into a monorepo by importing catalogd `apis` and packages into the operator-controller. This will build upon the work done in the [RFC](https://docs.google.com/document/d/1mNzwtxhmZyk7fnkO_4AoCCnRR0qC98dOg5GZSJkI8qY/edit) In...
Combine .bingo directory from the catalogd and operator-controller projects.