You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"
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.
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
ping @f41gh7
The text was updated successfully, but these errors were encountered: