Yifei Zhang

Results 15 issues of Yifei Zhang

Hi, I wanted to figure out the problem [Do I need a codecov.yml file?](https://docs.codecov.com/docs/codecov-yaml#section-default-yaml:~:text=all%20Codecov%20settings.-,Do%20I%20need%20a%20codecov.yml%20file%3F,-No.%20Review%20our), and tried to follow the link at [default yaml](https://docs.codecov.com/docs/codecov-yaml#section-default-yaml:~:text=No.%20Review%20our-,default%20yaml,-%2C%20which%20all%20projects). The hyperlink does not work. It seems...

**What type of PR is this?** /kind feature **What this PR does / why we need it**: Currently, we maintain the register.go of each CRD ourself. Now, we have: 1....

kind/feature
size/XL

**What would you like to be added/modified**: Prune ginkgo dependencies in go.sum, after KubeEdge supporting kubernetes 1.25. **Why is this needed**: Currently, we have so many dependencies on different versions...

kind/feature

**What happened**: If users want to cache resources for a new agent, they should 1. first, figure out the cache-agent's client name, which may not always be same as its...

kind/question

Signed-off-by: Congrool #### What type of PR is this? /kind enhancement /sig storage #### What this PR does / why we need it: Currently, the cacheManager deeply couple with the...

do-not-merge/work-in-progress
kind/enhancement
sig/storage
size/XXL

#### What type of PR is this? /kind documentation /kind design /sig storage #### What this PR does / why we need it: When implementing the feature of pool-coordinator, I...

approved
do-not-merge/work-in-progress
kind/documentation
sig/storage
size/L
kind/design

**What would you like to be added**: Add new command `/retest` to bot. It can re-trigger the CI to retest the pr. **Why is this needed**: Sometimes the CI(Github Action)...

kind/feature

**What would you like to be added**: replace `beta.kubernetes.io/os` and `beta.kubernetes.io/arch` with `kubernetes.io/os` and `kubernetes.io/arch` respectively. **Why is this needed**: Currently, OpenYurt components use labels of `beta.kubernetes.io/os` and `beta.kubernetes.io/arch` as...

kind/good-first-issue
kind/feature

**What happened**: In kubeedge/viaduct, it has go.mod ``` module github.com/kubeedge/viaduct go 1.14 require ( github.com/golang/mock v1.4.4 github.com/golang/protobuf v1.4.3 github.com/gorilla/websocket v1.4.2 github.com/kubeedge/beehive v0.0.0-20201125122335-cd19bca6e436 github.com/lucas-clemente/quic-go v0.19.2 k8s.io/klog/v2 v2.2.0 ) ``` while in...

kind/bug

**What type of PR is this?** /kind cleanup **What this PR does / why we need it**: No code will use the key of groupMap now, we can simplify it...

kind/cleanup
size/S