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 attempting to create a container task using containerd, the process fails with the following error: Error: failed to create containerd task: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error during container init: error setting cgroup config for procHooks process: unable to freeze: unknown
Additionally, the sshd service on the node is repeatedly restarting. Logs show the following: SshdRepeatedRestart: Systemd unit "sshd.service" has restarted (NRestarts 526 -> 533)
What you expected to happen:
1 The container should have been created successfully, and the specified command should have executed without errors.
2 .The sshd service should remain active and stable without repeated restarts in node
How to reproduce it (as minimally and precisely as possible):
Environment:
AWS Region: US-west-1
Instance Type(s): m5.large
Cluster Kubernetes version: v1.31.4-eks-2d5f260
Node Kubernetes version: v1.31.3-eks-59bf375
AMI Version: 1.31.3-20250103
The text was updated successfully, but these errors were encountered:
Hi
What happened:
Error: failed to create containerd task: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error during container init: error setting cgroup config for procHooks process: unable to freeze: unknown
Additionally, the sshd service on the node is repeatedly restarting. Logs show the following:
SshdRepeatedRestart: Systemd unit "sshd.service" has restarted (NRestarts 526 -> 533)
What you expected to happen:
1 The container should have been created successfully, and the specified command should have executed without errors.
2 .The sshd service should remain active and stable without repeated restarts in node
How to reproduce it (as minimally and precisely as possible):
Environment:
The text was updated successfully, but these errors were encountered: