Chun Chen
Chun Chen
I think it's better to call cni cmd_check for pods and if the result is unexpected, we should cmd_delete and recall cmd_add for them. But first we should upgrade to...
When we upgrade it, we can replace disable-ipv6 with https://github.com/containernetworking/plugins/tree/master/plugins/meta/tuning
Pure plugin is done in https://github.com/tkestack/galaxy/pull/67
为什么需要mount containerd的network namespace ?
> > 为什么需要mount containerd的network namespace ? > > 他的这个问题目的为了解决无法在containerd的情况下运行galaxy的问题 #137 > > galaxy要想解决containerd下的运行有两个事情要做,一个是containerd netns的问题,另一个是flannelgc的问题 是的
But if I delete `vendor/k8s.io/kubernetes/vendor`, k8s repo becomes dirty. ``` chenchun:galaxy (open-2.0.2) $ rm -rf vendor/k8s.io/kubernetes/vendor/ chenchun:galaxy (open-2.0.2) $ git st git On branch open-2.0.2 Changes not staged for commit:...
I just figure out a way ``` rm -rf vendor/k8s.io/kubernetes/vendor git update-index --assume-unchanged vendor/k8s.io/kubernetes # track the changes again before update a dependency git update-index --no-assume-unchanged vendor/k8s.io/kubernetes ```
> 1.5.x will theoretically only cherry-pick some specific security or bugfixes. I agree with this principle, but it seems this is not what happened. https://github.com/openkruise/kruise/commits/v1.5.2 contains the commit in https://github.com/openkruise/kruise/pull/1385