Open
Conversation
- update kernel, init, runc, and containerd images Signed-off-by: Jason DeTiberus <detiber@gmail.com>
- rev k8s version to v1.10.2 - rev critools version Signed-off-by: Jason DeTiberus <detiber@gmail.com>
- remove cri-containerd package
- kubelet container mounting hack
- previously cri-containerd created the /var/lib/cni/{bin,conf}
directories and containerd appears to process runtime mounts
before mkdir entries
Signed-off-by: Jason DeTiberus <detiber@gmail.com>
Signed-off-by: Jason DeTiberus <detiber@gmail.com>
Author
|
Currently all of the cri rtf tests are failing with flakiness starting the static pod manifests, there appears to be some flakiness around the interaction between the kubelet and containerd for pods that fail to come up and should be restarted, I'm seeing errors similar to: I suspect this might be similar to the flakes mentioned in #64 A bit of digging, and I suspect that containerd/cri#733 might be coming into play. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR attempts to address #74
The kernel, init, and runc image updates are a bit extraneous for this changeset, but the containerd update is required.
kubelet changes:
I also introduced files necessary to deploy calico networking rather than weave, since weave currently does not work with these changes. The issue appears to be with the way weave cni plugin uses nsenter.