nats-io / k8s

NATS on Kubernetes with Helm Charts
Apache License 2.0
456 stars 305 forks source link

NATS error installation #668

Closed ypoplavs closed 1 year ago

ypoplavs commented 1 year ago

Hello team, While deploying NATS as a helm chart on physical server the pods cannot start dues to the following error:

unable to start container process: exec: \"/pause\": stat /pause: no such file or director

Please advise.

wallyqs commented 1 year ago

what environment is this? are you using the scratch or alpine image? The pause container is something related to your k8s installation I believe

ypoplavs commented 1 year ago

Thank you for such a quick response.

It's an Openshift cluster deployed on physical servers. I can give you more info on that tomorrow.

We use https://github.com/nats-io/k8s helm chart with default images. Here container image for nats is alpine.

ypoplavs commented 1 year ago
Warning  FailedCreatePodSandBox  29s (x36 over 8m39s)  kubelet            (combined from similar events): Failed to create pod sandbox: rpc error: code = Unknown desc = container create failed: time="2023-02-16T10:53:06Z" level=error msg="runc create failed: unable to start container process: exec: \"/pause\": stat /pause: no such file or directory"
caleblloyd commented 1 year ago

there is no pause pod in this chart. this sounds environment specific, we can't debug environment issues here.