Iceber Gu

Results 158 comments of Iceber Gu

> It is now okay to sync KubeVela clusters through the ClusterImportPolicy now, thanks for it. Thank you very much for creating this policy yaml, I think it is a...

@scydas Thanks for your work. The sql statements in postgres can seriously break sql generation, we can see if others have a need for this feature.

For mysql, array fields can be filtered using [raw sql](https://clusterpedia.io/zh-cn/docs/features/raw-sql-query/). For pg, we may add a `fromSQL` query parameter in the future to override the pg syntax

@wzshiming is this pr ready?

This does not seem to be the same problem as the issue, which proposes to terminate the test if the clusterpedia installation fails https://github.com/clusterpedia-io/clusterpedia/runs/7849779721?check_suite_focus=true#step:4:1860 > customresourcedefinition.apiextensions.k8s.io/clustersyncresources.cluster.clusterpedia.io created customresourcedefinition.apiextensions.k8s.io/pediaclusters.cluster.clusterpedia.io created customresourcedefinition.apiextensions.k8s.io/clusterimportpolicies.policy.clusterpedia.io...

Couldn't we just quit when the installation fails ? so that the logs can be terminated at the place of failure, and it's easy to troubleshoot. Is this more complicated...

Currently, it is supported to find related pods through resources such as deployment/daemonset. Do you want to find the corresponding deployment or daemonset through pod? It is now possible to...

Usually we have obtained the complete pod or metadata, and then use metadata.owner to determine the workload it belongs to (if it is a ReplicaSet, then we could search Deployment,...