Skip to content

Getting CrashLoopBackOff for minio-0 pod #102

@devopsn3rd

Description

@devopsn3rd

1.- Description
When running the installation script, the operator runs and the minio-0 pod won't start. It fails with "CrashLoopBackOff".

2.- Environment
GCP with Ubuntu LTS 18.04. 4 CPUs and 8 GB memory.

3.- Some troubleshooting

i.- kubectl describe pod minio-0

Events:
Type Reason Age From Message


Warning FailedScheduling 5m1s default-scheduler persistentvolumeclaim "minio-pvc" not found
Normal Scheduled 4m51s default-scheduler Successfully assigned spinnaker/minio-0 to minnak
er
Normal Pulled 4m11s kubelet Successfully pulled image "minio/minio" in 38.871
741781s
Normal Pulled 3m49s kubelet Successfully pulled image "minio/minio" in 398.24
3525ms
Normal Pulled 3m12s kubelet Successfully pulled image "minio/minio" in 362.38
4058ms
Normal Pulled 2m47s kubelet Successfully pulled image "minio/minio" in 357.34
6151ms
Normal Created 2m47s (x4 over 3m51s) kubelet Created container minio
Normal Started 2m47s (x4 over 3m51s) kubelet Started container minio
Warning BackOff 2m19s (x7 over 3m28s) kubelet Back-off restarting failed container
Normal Pulling 2m5s (x5 over 4m50s) kubelet Pulling image "minio/minio"
Normal Pulled 2m5s kubelet Successfully pulled image "minio/minio" in 369.44
3169ms

ii.- kubectl logs minio-0
/bin/sh: /usr/bin/minio: No such file or directory

iii.- I tried the workaround described in issue #99, but it didn't work

kubectl apply -f $BASE_DIR/infrastructure/minio.yml

Note: I replaced for my own base directory.
Then:

kubectl delete pod minio-0

And it fails with the same error.

Regards,
Luis.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions