Yann ILAS
Yann ILAS
I would be very interested too
Hi, I met the same issue with some tests. My `.walg.json` config file is misconfigured (the idea is to test all possible cases) and there is no timeout. Is there...
Hello 👋🏻 Here is an example output with an `EKS` version `1.27`. The `.yaml` file : ```yaml apiVersion: v1 kind: ConfigMap metadata: name: {{ .Release.Name }}-configmap data: Capabilities.KubeVersion.Version: {{ .Capabilities.KubeVersion.Version...
We have the same issue since yesterday but we don't use s3fs directly but with Pandas.
Hi @rwitzel 👋🏻 Have you tried something like : ```python s3_options = dict(s3_additional_kwargs={"ACL": ''}) df.to_parquet ("s3:///test_yann.parquet", storage_options=s3_options) ``` I have the same result, ie `OSError: [Errno 5] An error occurred...
> I would appreciate if people on this thread could give my PR a go. I am happy to make a quick release if t clears things up. It's ok....
Hello @MinerYang, Thank you for your reply. You're right, the `networks` network is the internal network used by the Harbor containers. Unfortunately, it happens that the range of this network...
Hi 👋🏻 Is there a way to add to a specific network to the configuration ? Thank you
Hi, We are still experiencing issues with the network configuration. It would be helpful to set up the local network properly. Would it be possible to add this functionality ?
Not yet, thank you :)