-
Story
-
Resolution: Won't Do
-
Blocker
-
None
-
None
-
None
-
8
-
False
-
False
-
Undefined
-
We need a way to (optionally) install contour-operator for OCP. OLM [1] will be used to install, upgrade, etc. contour-operator. We need to perform R&D to figure out the details for using OLM to manage contour-operator.
Package operator CRDs, install manifest, rbac, etc into a CSV:
https://operator-framework.github.io/olm-book/docs/packaging-an-operator.html
Test/verify OLM-based operator install: https://operator-framework.github.io/olm-book/docs/how-do-i-install-my-operator-with-olm.html
The memcached operator provides a good example of a kubebuilder operator: https://github.com/operator-framework/operator-sdk-samples/tree/master/go/memcached-operator