Di Xu

Results 247 comments of Di Xu

@x-7 Would you please share the steps? So we could reproduce what happened. Thanks.

>1. kubectl clusternet apply -f ./pvcbug.yaml >2. find the pv dynamic created >3. kubectl clusternet get pv |grep {the pv's name in step2} >expect: the pv will appear in the...

@x-7 Clusternet is used for multi-cluster scenario. It helps deploy these template resources (the so-called shadow api resources) to child clusters. For these shadow resources that are not deployed to...

> but what i need is to get the pv info by the pvc, so i can upload some file to the pv in my business scenario, and i just...

Currently we've made some attempts to [aggregate resource status from child clusters](https://clusternet.io/docs/tutorials/multi-cluster-apps/aggregated-status/). Only jobs/statefulsets/deployments workloads are supported right now.

https://github.com/clusternet/clusternet/blob/433027290481ba0777646ea337809d7e394bed39/pkg/controllermanager/deployer/deployer.go#L389-L409 Normally `Localization` objects are created and updated after `Base` objects. Then controller `Description` will begin the rendering of descriptions objects. > Sometimes when the base arrives at the hub...

> But we cannot guarentee the creation order between Localization and Description, so description may be already applied in member cluster before Localization is handled by hub @abstractmj That's true....

@wl-chen Would you share some detailed information on the issue? Thanks.

> This event is sporadic, but when viewing the source code, the guess may be related to this part of the code https://github.com/clusternet/clusternet/blob/main/pkg/utils/deployer.go#L193. When one of helmreleases that rendered by...