Ye Yin
Ye Yin
I want to use [default bridge](https://docs.docker.com/engine/userguide/networking/default_network/) and [macvlan network](https://github.com/docker/libnetwork/commit/1d6f2c59c46fa6533d8cbf3d648f001a5da7c19c) in k8s. However, when container connect to macvlan network, DNS of default bridge network will be changed by macvlan network: Start...
Consider a OCI layout contain two refs: `v1.0` and `v2.0`; `v1.0` contain `layer1`, and `v2.0` contain `layer1` and `layer2`. When I delete `v2.0`, `layer2` should be deleted.
[skopeo](https://github.com/projectatomic/skopeo) is a good image downloader, but it's belonged to `projectatomic`.
Current, the [result](https://github.com/containernetworking/cni/blob/master/pkg/types/current/types.go#L136) struct is not scalable. For some CNI plugins, this struct's fileds is not enough. Such as, for [sriov-cni](https://github.com/hustcat/sriov-cni), I want to return the `virtual function device index`...
Move to the [v1beta1 API](https://github.com/kubernetes/kubernetes/tree/master/pkg/kubelet/apis/deviceplugin/v1beta1).
Make RDMA work with CNI. Related proposals: * [RoCE containers with K8S](https://docs.google.com/document/d/1viskiCsKq1lvOxe4wo3Kwqp9eLdFzJ3bwrbmT3IyeNI/edit?usp=sharing) * [[PUBLIC]Network Devices Support Changes Proposal](https://docs.google.com/document/d/1TpYqgmJQOctm1oexQRo0cGNb9oyk0vozhmhr6myY99M/edit?ts=5aaba871#) * [[Public] Device Plugin Next Steps](https://docs.google.com/document/d/1ReQK50J9bNzEG5Pop1EC-Gco7rOryhw9cqKIXyqcUPY/edit?ts=5aa86242#) * [[PUBLIC] Network Device Plugins API...
# Enhancement Description - One-line enhancement description (can be used as a release note): Some CPUs, such as [AMD Rome](https://frankdenneman.nl/2019/10/14/amd-epyc-naples-vs-rome-and-vsphere-cpu-scheduler-updates/), each CPU package(socket) have multiple L3 caches. When allocating CPUs,...