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

failed to start contianer with operator image v-.53.0 #1238

Closed
xiaozongyang opened this issue Feb 13, 2025 · 3 comments
Closed

failed to start contianer with operator image v-.53.0 #1238

xiaozongyang opened this issue Feb 13, 2025 · 3 comments

Comments

@xiaozongyang
Copy link

xiaozongyang commented Feb 13, 2025

When I upgrade operator to v0.53.0, the operator pod is always crashed. And here are message from kubectl describe po. It seems that this image is broken.

I use amd64 image, and the kubelet version is v1.26.1-tke.3

- containerID: containerd://369ba613572fdfd02cdae53438f6f73da46defeb539c3e9e116c08b273d87367
    image: harbor.xaminim.com/minimax-pub/victoriametrics/operator:v0.53.0
    imageID: harbor.xaminim.com/minimax-pub/victoriametrics/operator@sha256:ca48d374b631d3f3e918dc5b0243cc467fd328c16ca201326a8982429a301615
    lastState:
      terminated:
        containerID: containerd://369ba613572fdfd02cdae53438f6f73da46defeb539c3e9e116c08b273d87367
        exitCode: 128
        finishedAt: "2025-02-13T06:51:06Z"
        message: 'failed to create containerd task: failed to create shim task: OCI
          runtime create failed: runc create failed: unable to start container process:
          exec: "manager": executable file not found in $PATH: unknown'
        reason: StartError
        startedAt: "1970-01-01T00:00:00Z"

ping @f41gh7

@xiaozongyang
Copy link
Author

When I change to the docker io image, I got same error message.

  containerStatuses:
  - containerID: containerd://0abeeab55d26eddd957ea7bd520e1c3e2b29401675ac088302736da8db2f0a00
    image: docker.io/victoriametrics/operator:v0.53.0
    imageID: docker.io/victoriametrics/operator@sha256:f2a6ed52e9254dfdccae049cfc98536678b9353a57520a2943ead6f4f7fff813
    lastState:
      terminated:
        containerID: containerd://0abeeab55d26eddd957ea7bd520e1c3e2b29401675ac088302736da8db2f0a00
        exitCode: 128
        finishedAt: "2025-02-13T06:57:35Z"
        message: 'failed to create containerd task: failed to create shim task: OCI
          runtime create failed: runc create failed: unable to start container process:
          exec: "manager": executable file not found in $PATH: unknown'
        reason: StartError
        startedAt: "1970-01-01T00:00:00Z"
    name: victoria-metrics-operator

@xiaozongyang
Copy link
Author

Is there a case where a Docker image is incompatible with Kubelet? I exported the filesystem of the Docker image and ran it directly on a virtual machine without encountering any errors.

@xiaozongyang
Copy link
Author

It's caused by old version comand, this issue will be closed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant