Yifei Zhang
Yifei Zhang
Please rebase and squash your commits.
/lgtm
Could you please post the version of yurthub and yurt-controller-manager and the log of yurt-controller-manager?
It seems that images are not latest enough, since we post images to dockerhub every day. It's impossible that the latest images were created 8 months ago. Also, the tag...
And I guess the error occurs because of using a newer `yurt-controller-manager.yaml` in which the authorization of approving `kubernetes.io/legacy-unknown` has been removed in pr #809.
@rambohe-ch Currently we have Get/List/ListKeys only for reading objects in diskStorage. In the case of Pool-Coordiantor, the read request will be send to the APIServer in pool-coordinator, so it does...
need revision /hold
Hi,I want to take over this work. /assign
This work is almost finished, including: 1. add a client to send objs in response to etcd in pool-coordinator. 2. add a reverse proxy to re-direct requests to apiserver in...
For **ReverseProxy**, the processing logic of request from edge side is something like: ```go switch{ case cloud.IsHealthy: if poolCoordinator.IsHealthy && ! LeaderYurthub && IsPoolScopeResource(req.Resource) { fallthrough } if err :=...