Closed Bharath4297 closed 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?
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.
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?
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.
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?
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?
Hi @javsalgar ,
We didn't use any hostpath volume. we use sep for storage.
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?
Hi,
Ok. we actually used ceph storage. No, I dont know regarding that.
Hi,
My advice would be checking that, as it seems to be an issue with the volume provider.
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.
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.
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?