datadog-operator icon indicating copy to clipboard operation
datadog-operator copied to clipboard

Consider listing operator in Artifact Hub

Open tegioz opened this issue 5 years ago • 4 comments

Hi! 👋🏻

Have you considered listing the datadog operator directly in Artifact Hub?

At the moment it is already listed there, because the Artifact Hub team has added the community-operators repository. However, listing it yourself directly has some benefits:

  • You add your repository once, and new versions (or even new operators) committed to your git repository will be indexed automatically and listed in Artifact Hub, with no extra PRs needed.
  • You can display the Verified Publisher label in your operators, increasing their visibility and potentially the users' trust in your content.
  • Increased visibility of your organization in urls and search results. Users will be able to see your organization's description, a link to the home page and search for other content published by you.
  • If something goes wrong indexing your repository, you will be notified and you can even inspect the logs to check what went wrong.

If you decide to go ahead, you just need to sign in and add your repository from the control panel. You can add it using a single user or create an organization for it, whatever suits your needs best.

You can find some notes about the expected repository url format and repository structure in the repositories guide. There is also available an example of an operator repository already listed in Artifact Hub in the documentation. Operators are expected to be packaged using the format defined in the Operator Framework documentation to facilitate the process.

Please let me know if you have any questions or if you encounter any issue during the process 🙂

tegioz avatar Oct 02 '20 07:10 tegioz

Hello @tegioz,

We've recently migrated to Operator SDK 1.0 and we're now generating the Docker bundle instead of the folder structure used in community-operators.

Is there a plan to support this new way with direct listing on Artifact Hub?

vboulineau avatar Oct 20 '20 12:10 vboulineau

Hi @vboulineau,

Yes, we definitely would like to add support for it. Thanks for pointing this out, we'll let you know once it's ready 👍

Related issue in Artifact Hub: https://github.com/artifacthub/hub/issues/544

tegioz avatar Oct 20 '20 12:10 tegioz

Hi @vboulineau

We've just added experimental OCI support for OLM repositories (artifacthub/hub#852). For more details please visit: https://github.com/artifacthub/hub/blob/master/docs/repositories.md#olm-oci-experimental-support.

Feel free to give it a try and please let me know if you run into any problems.

Cheers.-

tegioz avatar Nov 13 '20 14:11 tegioz