Skip to content

Commit

Permalink
Add controller-runtime option to code section
Browse files Browse the repository at this point in the history
  • Loading branch information
yanirq committed Oct 5, 2021
1 parent 56eb72f commit f8a6e50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions enhancements/node-tuning/pao-in-nto.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ that can be used to
PAO code would be moved into the NTO repository as a separate controller. The Telco team would keep ownership as it has the necessary domain knowledge needed to implement the low latency tuning.

The code currently uses Operator SDK libraries in some of the tests and this might need to be changed.
Migrating the use of these libaries to [library-go](https://github.com/openshift/library-go)
would be one of the options.
Migrating the use of these libaries to [library-go](https://github.com/openshift/library-go) or stripping them to [controller-runtime](https://github.com/kubernetes-sigs/controller-runtime)
would be options in hand.

PAO also implements a [conversion webhook](https://kubernetes.io/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definition-versioning/#webhook-conversion)
The hook is currently installed via OLM mechanisms and this might need to be reimplemented or changed to use whatever CVO or ART support.
Expand Down

0 comments on commit f8a6e50

Please sign in to comment.