Pinned repositories
1,667 contributions in the last year
Contribution activity
June 2017
Created a pull request in kubernetes/kubernetes
that received 16
comments
Kubelet: rename cri package name to pkg/kubelet/apis/cri/v1alpha1/runtime
What this PR does / why we need it: We have moved CRI from api/v1alpha1/runtime to apis/cri/v1alpha1, which changed the package name of CRI. This …
Created an issue in kubernetes/kubernetes
that received 7
comments
incompatible change of kubelet CRI package
We have moved CRI from api/v1alpha1/runtime to apis/cri/v1alpha1, which changed the package name of CRI. This would cause a significant problem: ol…