Skip to content
This repository was archived by the owner on Feb 1, 2022. It is now read-only.
This repository was archived by the owner on Feb 1, 2022. It is now read-only.

Cannot start xgboost-operator container #93

@xfate123

Description

@xfate123

I am trying to deploy operator by kustomize. But looks like the pod is not running, and the status is CrashLoopBackOff.
Then look into detail by using describe command, I have following message:
Last State: Terminated
Reason: ContainerCannotRun
Message: OCI runtime create failed: container_linux.go:349: starting container process caused "exec: "/root/manager": stat /root/manager: no such file or directory": unknown
I did some research online, but didn't get the answer I want.
Some people said this is a Windows specific problem, just use kubectl exec -it [pod_name] -c [container_name] -- ./bin/sh.
But the thing is the container is failed to be created, so cannot use kubectl exec -it command.
Kind of confused. Appreciate any help

Metadata

Metadata

Assignees

No one assigned

    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