Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Filter service catalog #824

Closed
2FromField opened this issue Jun 14, 2024 · 10 comments
Closed

Filter service catalog #824

2FromField opened this issue Jun 14, 2024 · 10 comments

Comments

@2FromField
Copy link

Hello,
Is it possible to filter the services offered in the "service catalog"? For example, display only "Jupyter-python" and not "Jupyter-python-gpu" and others?
Thank you.

@garronej
Copy link
Contributor

Hello @2FromField,
Not yet but we can figure something out

@fcomte
Copy link
Contributor

fcomte commented Jun 14, 2024

It's already available

        {
          "id": "inseefrlab-helm-charts-datascience",
          "name": "Deprecated",
          "maintainer": "[email protected]",
          "location": "https://inseefrlab.github.io/helm-charts-datascience",
          "status": "PROD",
          "excludedCharts":
            [
              "rstudio",
              "jupyter",
              "vscode",
              "lakefs",
              "jena",
              "mariadb",
              "spark-history",
              "dask",
              "label-studio",
              "spark-thrift-server",
              "postgresql",
              "elastic",
              "mongodb",
              "argo-cd",
              "argo-workflows",
              "hive-metastore",
              "mlflow",
              "postgresql",
              "kafka",
              "neo4j",
              "nocodb",
              "pgadmin",
              "superset",
              "pinot",
              "trino",
              "tensorflow",
              "redash",
              "delta-sharing-server",
              "openrefine",
            ],
          "type": "helm",
          "multipleServicesMode" : "maxNumber",
          "maxNumberOfVersions" : 2

excludedCharts list do exactly what you want

@fcomte
Copy link
Contributor

fcomte commented Jun 14, 2024

already available but it's not enough documented

@fcomte fcomte closed this as completed Jun 14, 2024
@garronej garronej reopened this Jun 14, 2024
@garronej
Copy link
Contributor

garronej commented Jun 14, 2024

It's currently an undocumented featue, I reopen until we document it here: https://docs.onyxia.sh/admin-doc/catalog-of-services#using-your-own-catalogs-helm-charts-repositories

@2FromField
Copy link
Author

Great! Exactly what I was looking for, thanks for your feedback!

@fcomte
Copy link
Contributor

fcomte commented Jun 14, 2024

documentation done

@fcomte fcomte closed this as completed Jun 14, 2024
@2FromField
Copy link
Author

However, the method requires a "public" git repository to be used for the location parameter. Is it possible to do this for a "private" repository? A potential "token" parameter or within the url (location)?

@fcomte
Copy link
Contributor

fcomte commented Jun 14, 2024

@olevitt If I remember correctly you already think about this subject

@olevitt
Copy link
Contributor

olevitt commented Jun 14, 2024

There is this experiment that I had done few months ago for someone that wanted to use private helm repo : InseeFrLab/onyxia-api#355
But we never merged it as private helm repo is not really something properly specified and supported.
@2FromField do you really need private helm repo ? What's the need ?

@2FromField
Copy link
Author

The need is not such that the option of using a public repo is unthinkable, but I wanted to know if it was possible to do it with a private repo.
If not, I'll use a public repo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants