-
Network / Firewall issue when deploying pods ?
Hello team, i m looking for network / firewall configurations to resolve this error : [2024-12-18 17:09:19,841] [1/MainThread] [ERROR] [root] Could not reach DSS: HTTPConnectionPool(host='almalinux-8', port=10001): Max retries exceeded with url: /dip/api/tintercom/containers/get-execution (Caused by…
-
I am getting this error on my Windows10
{Cannot run program "conda": CreateProcess error=2, The system cannot find the file specified, caused by: IOException: CreateProcess error=2, The system cannot find the file specified} I am using Anaconda server. I updated my PATH file…
-
Failed to attach GKE Cluster
Hello team i m getting this error when trying to attach a GKE cluster Failed to start cluster : <class 'googleapiclient.errors.HttpError'> : {'vary': 'Origin, X-Origin, Referer', 'content-type': 'application/json; charset=UTF-8', 'date': 'Sat, 14 Dec 2024 17:04:59 GMT', 'server': 'ESF', 'cache-control': 'private',…
-
Scope Error when trying to attach gke cluster
Hello Dataikers, i m trying to attach a gke cluster with a service account. on my dss server gcloud command works fine and i m able to deploy a k8S cluster. On dds gui, i m facing a kind ok right issue with api (i think) I m getting this error Failed to start cluster : <class 'googleapiclient.errors.HttpError'> :…
-
Unable to modify SSH Private Key in Clusters/Configuration
Hello team, I m facing an issue when trying to configure GKE cluster. Looks like SSH Private Key is in a config file somewhere on my dss server but where :) ? I have an error that i m trying to resolve in my cluster creation. Do you have any idea where i can change the entry for SSH private key, and which value is required…
-
No module named 'yaml
Hello Dataikers, I'm trying to start or stop a GKE cluster and i m facing an issue with error : Failed to stop cluster : <class 'ModuleNotFoundError'> : No module named 'yaml' On my dss server side : python3 -c "import yaml; print(yaml.__version__)" → 5.4.1 (command return version) Do i miss something during configuration…
-
How to get metrics (jmx, prometheus, etc) for Dataiku DSS ?
From what I can get from the documentation at DSS does not export metrics via prometheus, or JMX. The only thing it can do it's to export metrics to Graphite/Carbon server. The documentation does not mention what metrics are actually exported either, so for me it's hard to tell if it's even worth it to go all the trouble…
-
Where we can modifiy configuration for audit.log files
Hi everyone, As stated in the title of this post I am trying to find out how to modify the initial configuration of the audit.log files. By default, we keep 20 files of 100Mb and I wanted to know if it was possible to modify for example the number of files to increase it to 40 (for instance)? I have not found any…
-
Retrieval Augmented Generations Tutorial Question
In the tutorial Tutorial | Use the Retrieval Augmented Generation (RAG) approach for question-answering There is prerequisite section that says the following: A compatible code environment for retrieval augmented models. This environment must be created beforehand by an administrator in the Administration panel > Settings…
-
Reverse Proxy Configuration
We are trying to setup reverse proxy. Below code is useful but not sure where to put this code? What is the configuration file under which this code should be kept? As DSS comes with nginx embedded in it, I am not able to find the directory in which the nginx related files lie. # nginx SSL reverse proxy configuration for…