bitnami / charts

Bitnami Helm Charts
https://bitnami.com
Other
9.02k stars 9.22k forks source link

Minioclient pod restarting repeatedly #8217

Closed Bharath4297 closed 2 years ago

Bharath4297 commented 2 years ago

Additional context Minio pod is restarting repeatedly. I read some documents related to this issue, that they mentioned regarding volume issue

storageclass: name: manual

can we mention in the above manner?

if so, lemme know the reason for the issue?

javsalgar commented 2 years ago

Hi,

Could you let us know the exact steps you took in order to get to the issue? Which values did you modify from the defaults? Which is the Kubernetes platform you are using?

Bharath4297 commented 2 years ago

Hi @javsalgar ,

Pod miniioclient keeps restarting every couple of hours. but the Pod miniioclient should not reboot.As microservice minioclient is having only one pod for the deployment, restart of that pod will cause service interruption for us. we are using ubuntu.

javsalgar commented 2 years ago

Hi,

Do you have any logs that show any error? I would like to reproduce the issue on my side, which are the installation steps you followed?

Bharath4297 commented 2 years ago

Hii @javsalgar ,

We are not getting any log errors. We are not knowing the exact issue of why the pod is restarting frequently. We wrote the piece of code in yaml.

Bharath4297 commented 2 years ago

Hi @javsalgar ,

miniostorageobject: port: 9000 nodePort: 30012 name: manual capacity: 10Gi hostpath: "/home/themis/minio/minio_data" resources: requests: storage: 3Gi

output: central-monitoring minioclient-854c6b544d-6r669 1/1 Running 22(restarts) 22h

In the above code do you see any kind of misinterpretation?

javsalgar commented 2 years ago

Hi,

From my experience, I'd say that the hostPath volume might be causing problems. Probably the permissions in that folder are not compatible with non-root containers. Could you ensure that the folder has write permissions for any random user?

Bharath4297 commented 2 years ago

Hi @javsalgar ,

We didn't use any hostpath volume. we use sep for storage.

javsalgar commented 2 years ago

Hi,

I don't have much context about this type of storage. Do you know if it is compatible with the fsGroup Kubernetes security settings?

Bharath4297 commented 2 years ago

Hi,

Ok. we actually used ceph storage. No, I dont know regarding that.

javsalgar commented 2 years ago

Hi,

My advice would be checking that, as it seems to be an issue with the volume provider.

github-actions[bot] commented 2 years ago

This Issue has been automatically marked as "stale" because it has not had recent activity (for 15 days). It will be closed if no further activity occurs. Thanks for the feedback.

github-actions[bot] commented 2 years ago

Due to the lack of activity in the last 5 days since it was marked as "stale", we proceed to close this Issue. Do not hesitate to reopen it later if necessary.