In order to test weave's container network impact, on the limit, I started 200 "sleep 7200" pods with the busybox image, with "hostNetwork: true" to disable container networking.
This time, I was able to run 200 replicas, but I was unable to go to over 200 pods, I tried the grow the replicas count to 300 and just got 100 pods in a ContainerCreating state, and the same logs. ``` piVersion: apps/v1 kind: Deployment metadata: name: nginx-deployment labels: app: nginx spec: replicas: 200 selector: matchLabels: app: nginx template: metadata: labels: app: nginx spec: hostNetwork: true containers: - name: nginx image: busybox command: ['sleep', '7200'] ``` ``` May 08 00:12:34 node0 containerd[399]: time="2021-05-08T00:12:34.406607997Z" level=warning msg="unknown status" status=0 May 08 00:12:36 node0 containerd[399]: time="2021-05-08T00:12:36.409698273Z" level=error msg="get state for 0c20bb658e597c7ef66089e910e525e4da03f4145f0dcee645202ae7bb18778c" error="context deadline exceeded: unknown" May 08 00:12:36 node0 containerd[399]: time="2021-05-08T00:12:36.410297996Z" level=warning msg="unknown status" status=0 May 08 00:12:38 node0 containerd[399]: time="2021-05-08T00:12:38.413845203Z" level=error msg="get state for 04f407c1f0b373163b0f646351e9533b4219e4f33f7a0ddc6725314dce8a21e3" error="context deadline exceeded: unknown" May 08 00:12:38 node0 containerd[399]: time="2021-05-08T00:12:38.413877394Z" level=warning msg="unknown status" status=0 May 08 00:12:40 node0 containerd[399]: time="2021-05-08T00:12:40.416039250Z" level=error msg="get state for e7a50022e2fb9806899f3d088b3d30562f012a0d550c7be19520b7bb8e8a6563" error="context deadline exceeded: unknown" May 08 00:12:40 node0 containerd[399]: time="2021-05-08T00:12:40.416476408Z" level=warning msg="unknown status" status=0 ``` ``` May 08 00:14:43 node0 containerd[399]: time="2021-05-08T00:14:43.486466380Z" level=info msg="starting signal loop" namespace=k8s.io path=/run/containerd/io.containerd.runtime.v2.task/k8s.io/9e325f009e5a4456eea7f9037ef5e2513e8dd4634b0b4427b57faa8b367bc37e pid=132736 May 08 00:14:43 node0 containerd[399]: time="2021-05-08T00:14:43.518910596Z" level=info msg="starting signal loop" namespace=k8s.io path=/run/containerd/io.containerd.runtime.v2.task/k8s.io/dbfa2e9ebef9cc375080b05d32b19b5465f504cf102cea9c6b0ed1c07324bb9f pid=132762 May 08 00:14:43 node0 containerd[399]: time="2021-05-08T00:14:43.526959046Z" level=info msg="starting signal loop" namespace=k8s.io path=/run/containerd/io.containerd.runtime.v2.task/k8s.io/86a0e34b828552812d1e23da8445c20977c4d55383f3a4b30772297ed320da21 pid=132792 May 08 00:14:43 node0 containerd[399]: time="2021-05-08T00:14:43.555110616Z" level=info msg="shim disconnected" id=769c0f791b28650f343595fa1b2aef3605001ccbebcacbec8180a44a44a8565e May 08 00:14:43 node0 containerd[399]: time="2021-05-08T00:14:43.568631491Z" level=error msg="RunPodSandbox for &PodSandboxMetadata{Name:nginx-deployment-5c4997c6fd-jk4nd,Uid:6588e20a-f4e4-46fa-9e0b-03a57fe4282b,Namespace:default,Attempt:0,} failed, error" error="failed to start sandbox container task \"769c0f791b28650f343595fa1b2aef3605001ccbebcacbec8180a44a44a8565e\": context deadline exceeded: unknown" ``` -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1927219 Title: context deadline exceeded: unknown in containerd with latest runc version To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/runc/+bug/1927219/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs