Fei Guo

Results 24 comments of Fei Guo

@dims and @resouer, thanks a lot for your sponsorships. We will start a DD doc shortly and post the progress here.

> @Fei-Guo how's this going? Hi @dims, we are stilling working on the doc and preparing for the OpenYurt v1.0.0 release. The ETA of the DD doc is the middle...

> @Fei-Guo toc sponsors are usually engaged during the time the DD is put together, so please ping us when you have a first draft and we can leave feedback...

Yes. At this moment, for VC demo, you can try the following demo which use the old clusterversion CR unless your purpose is to try CAPN specifically, https://github.com/kubernetes-sigs/cluster-api-provider-nested/blob/main/virtualcluster/doc/demo.md

1) Yes 2) CAPN is the replacement for the original ClusterVersion CR/controller in VC. It follows CAPI standard and has much better manageability for tenant control plane Pods.

I am not fully convince the need of making syncing super resources be per-tenant basis. We can discuss it in community meeting.

I agree. From modeling perspective, the syncer can be viewed as the "Kubelet" for all tenants since it honors the Pod lifecycle events for all tenants and provision the actual...

I think the ClusterVersion crd schema introduces the problem. It is not a good idea to put StatefulSet schema directly in CRD Spec, we should define Pod spec instead. To...

Another attempt is to remove your controller-gen, the make script will download controller-gen0.3.0 which seems to be working fine previously. You can check the make file to see more tricks...