-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
[helm] Minio create bucket : permission denied #38598
[helm] Minio create bucket : permission denied #38598
Comments
What command are you running @abusutil ? |
@marcosmarxm I tried to perform commands directly inside the pod with
airbyte-minio-0 logs:
|
@marcosmarxm I found a opened PR to let this Could be the root cause ? Edit : I confirm is the root cause. I changed my node to X86_64 and the |
@marcosmarxm any updates on this issue? merging the PR would be very helpful. In my case I am unable to run the minio bucket pod as well as we can't set tolerations on the pod. |
I'm encountering the same issue when trying to run Airbyte locally using |
I'm running into this too. Also on Arm64 (apple silicone). |
modify file docker\airbyte-mc\Dockerfile as per following: RUN adduser -u 1000 -s /bin/sh -D airbyte RUN wget https://dl.min.io/client/mc/release/linux-arm64/mc && USER airbyte:airbyte and build local image use it in chart |
I just solved this problem by using an external logging bucket, that seems to work. |
Where is the Dockerfile of airbyte/mc image? The image is multi-arch image but arm64 image has amd64 binary.
Do we ever need to use custom mc? The minio image does contain mc, so why don't we just use it with command option? -- Edit: I found the Dockerfile - created a PR to add arm64 support |
abctl should not/cannot be used with AWS t4 images until this issue is fixed in the released version. |
Helm Chart Version
0.87.4
What step the error happened?
Upgrading the Platform or Helm Chart
Relevant information
Hello everyone,
I'm trying to upgrade Airbyte from 0.54.132 to 0.87.4 (also tried 0.83.6) and I have an issue with the
minio-create-bucket
pod.I trying by remove the PersistentVolumeClaim for my external PSQL and the Minio service, and same message.
I didn't have this with the 0.54.132 chart.
Do you know which can cause this issue ?
Relevant log output
airbyte-minio-create-bucket :
airbyte-minio :
The text was updated successfully, but these errors were encountered: