This repository has been archived by the owner on May 12, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 373
1.8.0-alpha0 containerd-shim-kata-v2 fails to start pod #1781
Labels
Comments
egernst
pushed a commit
to egernst/runtime
that referenced
this issue
Jun 7, 2019
This reverts: - 590ed09 vendor: update gogo/protobuf, containerd and agent vendors - eabfd99 shimv2: Improve shim shutdown logic These introduce a regression for starting pods with k8s 1.14 + contaienr 1.2.6 Fixes: kata-containers#1781 Signed-off-by: Eric Ernst <[email protected]>
egernst
pushed a commit
to egernst/runtime
that referenced
this issue
Jun 7, 2019
This reverts: - 590ed09 vendor: update gogo/protobuf, containerd and agent vendors - eabfd99 shimv2: Improve shim shutdown logic These introduce a regression for starting pods with k8s 1.14 + contaienr 1.2.6 Fixes: kata-containers#1781 Signed-off-by: Eric Ernst <[email protected]>
I was able to reproduce the issue comparing
|
@egernst @ganeshmaharaj what is your containerd version in use? IIUC, #1732 requires latest containerd to work. |
Hi @egernst @bergwolf , the root cause was that the latest shimv2 used ttrpc to publish events from shimv2 to containerd, thus it depended containerd setup the ttrpc server, which was enabled by the following pull containerd/containerd#3195. |
1.2.6 I used latest available on AKS also for testing... What’s the minimum version? |
egernst
pushed a commit
to egernst/runtime
that referenced
this issue
Jun 10, 2019
This reverts: - 590ed09 vendor: update gogo/protobuf, containerd and agent vendors - eabfd99 shimv2: Improve shim shutdown logic These introduce a regression for starting pods with k8s 1.14 + contaienr 1.2.6 Fixes: kata-containers#1781 Signed-off-by: Eric Ernst <[email protected]>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Description of problem
in testing in Kubernetes, I see that 1.8.0-alpha0 release fails to start pod.
Expected result
It to work
Actual result
This is a regression between 1.7.0 and 1.8.0-alpha0. I narrowed this down to the following commits:
eabfd99 shimv2: Improve shim shutdown logic
590ed09 vendor: update gogo/protobuf, containerd and agent vendors
I suggest we revert while getting help from @lifupan to root-cause.
The text was updated successfully, but these errors were encountered: