Cédric Couralet
Cédric Couralet
We should provide a basic theme based on https://www.systeme-de-design.gouv.fr/ . Either by reimplementing the login theme or using https://github.com/dataesr/react-dsfr and https://github.com/InseeFrLab/keycloakify
When accessing https://datalab.sspcloud.fr, and trying to launch a service from the catalog without logging in, we get a white page. Network view shows the following http requests : ``` GET...
On our platform, with the following quota rule in place : ``` "default": { "requests.storage": "50Gi", "count/pods": "5", "requests.nvidia.com/gpu": 0, "requests.cpu": 20, "requests.memory": "50Gi" }, ``` When exceeding the quota,...
When configuring the external api server for kubernetes in onyxia, the configuration script uses the flag ` --insecure-skip-tls-verify=true` : ``` kubectl config set-cluster api \ --server=https://api \ --insecure-skip-tls-verify=true ``` We...
Hi, We would like to be able to choose a `toleration` or `nodeSelector` for the services started in a project. This would allow us to allocate some Kubernetes nodes to...
Hi, PR #424 added the creation of a secret for each service installation in Onyxia, and PR #444 uses this secret for service visibility in projects namespace. For services installed...
When copying helm values from onyxia web ui (to use them in another service manually for instance), the copied values are not working : * All numeric variable are treated...