Skip to content
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

[bitnami/minio] Minio gets stuck while login with GUI #18610

Closed
renewmc opened this issue Aug 18, 2023 · 3 comments
Closed

[bitnami/minio] Minio gets stuck while login with GUI #18610

renewmc opened this issue Aug 18, 2023 · 3 comments
Assignees
Labels
minio solved tech-issues The user has a technical issue about an application

Comments

@renewmc
Copy link

renewmc commented Aug 18, 2023

Name and Version

bitnami/minio 12.6.12

What architecture are you using?

None

What steps will reproduce the bug?

Default installation with Default-params

Are you using any custom parameters or values?

Default-params

What is the expected behavior?

Going to minio GUI, we should see a login-screen with a animation. providing credentials to login and to see all buckets.

What do you see instead?

Animation is not working and when i try to login, everything freezes.

Additional information

This only happens with this newer kind of GUI. Every bitnami/minio chart below 11.10.20 works fine.
Only Browser which worked, was on a Safari via a macbook

@renewmc renewmc added the tech-issues The user has a technical issue about an application label Aug 18, 2023
@github-actions github-actions bot added the triage Triage is needed label Aug 18, 2023
@javsalgar javsalgar changed the title Minio gets stuck while login with GUI [bitnami/minio] Minio gets stuck while login with GUI Aug 18, 2023
@javsalgar
Copy link
Contributor

Hi,

Could you add more details on the Kubernetes platform you are using?

@51yu
Copy link

51yu commented Aug 25, 2023

I can reproduce with k8s 1.27 - minikube when port-forward, login hang with chrome

@github-actions github-actions bot added in-progress and removed triage Triage is needed labels Aug 28, 2023
@bitnami-bot bitnami-bot assigned fmulero and unassigned javsalgar Aug 28, 2023
@fmulero
Copy link
Collaborator

fmulero commented Aug 29, 2023

The issue is in the kubectl port-forward command, I don't face the issue with a regular load balancer.

$ kubectl port-forward --namespace default svc/minio 9001:9001
Forwarding from 127.0.0.1:9001 -> 9001
Forwarding from [::1]:9001 -> 9001
Handling connection for 9001
Handling connection for 9001
Handling connection for 9001
Handling connection for 9001
Handling connection for 9001
Handling connection for 9001
Handling connection for 9001
Handling connection for 9001
Handling connection for 9001
Handling connection for 9001
Handling connection for 9001
Handling connection for 9001
Handling connection for 9001
Handling connection for 9001
Handling connection for 9001
Handling connection for 9001
Handling connection for 9001
Handling connection for 9001
Handling connection for 9001
E0829 09:57:03.004285   83728 portforward.go:378] error copying from remote stream to local connection: readfrom tcp6 [::1]:9001->[::1]:62223: write tcp6 [::1]:9001->[::1]:62223: write: broken pipe
Handling connection for 9001
E0829 09:57:33.003493   83728 portforward.go:346] error creating error stream for port 9001 -> 9001: Timeout occurred
Handling connection for 9001
E0829 09:57:36.531340   83728 portforward.go:346] error creating error stream for port 9001 -> 9001: Timeout occurred
E0829 09:58:03.315159   83728 portforward.go:346] error creating error stream for port 9001 -> 9001: Timeout occurred
Handling connection for 9001
E0829 09:58:33.673795   83728 portforward.go:346] error creating error stream for port 9001 -> 9001: Timeout occurred
Handling connection for 9001
E0829 09:59:04.082313   83728 portforward.go:346] error creating error stream for port 9001 -> 9001: Timeout occurred

After the first broken pipe port-forwarding can not handle properly any new request and we have to restart the command to use minio. The request causing the issue in port-forwarding seems the video request.

Minio project has several issues open about this topic (minio/console#2539, minio/console#2550) and everything points to this kubectl issue.

Nothing to do in our side.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
minio solved tech-issues The user has a technical issue about an application
Projects
None yet
Development

No branches or pull requests

4 participants