https://linen.dev logo
o

Ofek Katriel

02/21/2022, 4:49 PM
hi guys, trying to deploy airbyte with helm with existing minio instance, and I get in the ui the following error
Copy code
Internal Server Error: Error creating S3 log client to Minio
and in the worker logs:
Copy code
Caused by: java.lang.IllegalArgumentException: java.net.URISyntaxException: Malformed escape pair at index 21: <http://minio-service>:%!d(<nil>)

or if I insert 9000:

Caused by: java.lang.IllegalArgumentException: java.net.URISyntaxException: Malformed escape pair at index 21: <http://minio-service>:%!d(float64=9000)
as you can see it is not parsing well the minio port, even when I insert:
Copy code
9000
or
Copy code
'9000'
or
Copy code
"9000"
or nothing which is this error. here’s my values.yaml file: ``````
👀 2
a

Augustin Lafanechere (Airbyte)

02/21/2022, 5:36 PM
Hey @Ofek Katriel, I think you did not attached the values.yaml file 😄 would be helpful. You could give a try to use Kustomize to deploy Airbyte on K8S (in
./kube
) which might be more stable than our helm chart.
And please do not post same message on multiple channels 🙏
o

Ofek Katriel

02/21/2022, 8:58 PM
so sorry here’s the values file:
hi
can anyone help please?