Troubleshooting
While this chapter introduced some new concepts, including the OLM and OperatorHub, many of the resources already listed in earlier Troubleshooting sections throughout this book still apply.
OLM support
The OLM and its related resources are related in general to Operator SDK development. So, there is reasonable help for this topic available in the #operator-sdk-dev
Slack channel on slack.k8s.io. The OLM is also available on GitHub for reporting issues at https://github.com/operator-framework/operator-lifecycle-manager. The documentation for integrating an Operator with the OLM is available as a primary resource at https://sdk.operatorframework.io/docs/olm-integration/.
OperatorHub support
OperatorHub is also available on GitHub at the catalog repository shown in this chapter (https://github.com/k8s-operatorhub/community-operators). For issues with the frontend https://operatorhub.io/ website specifically, that code is located at https://github.com/k8s-operatorhub...