JeffYang
JeffYang
## 推荐项目 - 项目地址:https://github.com/kungze/quic-tun - 类别:Go - 项目标题:一个快速且安全的 TCP 隧道工具,能加速弱网环境下(网络有丢包)TCP 的转发性能。 - 项目描述:QUIC 是 google 指定的一个新型的可靠的传输层网络协议,相较于传统的 TCP 其在传输性能和安全方面有非常突出的表现,HTTP3 就是就要 QUIC 协议指定的,那么除了 HTTP3 这种新型应用,有没有方案能使传统的 TCP 应用也搭上 QUIC 的便车呢?答案当然是肯定的,quic-tun 就提供了这样的一套解决方案。 - 亮点:成倍的提升网络传输性能;安全的传输隧道;一个...
**What this PR does / why we need it**: In order to the nodes of one cluster can access each other, route controller need to check and set three things:...
**What this PR does / why we need it**: This PR implement a PVC watcher. When the watcher receive a PVC ADDED event and PVC with VolumeSnapshot kind dataSource, the...
**Is this a BUG REPORT or FEATURE REQUEST?**: /kind bug **What happened**: I useed [CAPO](https://github.com/kubernetes-sigs/cluster-api-provider-openstack) deployed a two nodes cluser. And start OCCM with below configurations: ``` [Global] auth-url=http://192.168.1.29:5000 username=admin...
**What type of PR is this?** /kind feature **What this PR does / why we need it**: When flag `--extra-create-metadata` set, inject the name and namespace of VolumeContentSource(VS or PVC)...
**Is your feature request related to a problem?/Why is this needed** Some SPs cannot delete VolumeSnapshot before the Volume that based on the VolumeSnapshot be deleted, Such as [openstack cinder](https://docs.openstack.org/cinder/latest/)....