Iceber Gu

Results 158 comments of Iceber Gu

This is indeed an issue on 1.18 kube, due to the 1.22 dependency. In 1.22 the service will use field `.spec.clusterIPs` to print `CLUSTER-IP` https://github.com/kubernetes/kubernetes/blob/7061dbbf75f9f82e8ab21f9be7e8ffcaae8e0d44/pkg/printers/internalversion/printers.go#L1154-L1163 But in 1.18 service does...

@liuzouzou Thank you very much for discovering the issue. Can you change the description to English so that others can view the issue? We will fix this issue in 0.3.0,...

Is this done to avoid sensitive resources being synced to the clusterpedia, or is there another purpose?

I have a few questions: 1. even if the resources in these control system namespaces are the same in multiple clusters, their status may still be different for various reasons,...

I think we can implement this in 0.5. To implement this we add a field in PediaCluster - `ignoredNamespaces: []`. ```yaml apiVersion: cluster.clusterpedia.io/v1alpha1 kind: PediaClusteer metadata: name: example spec: syncResources:...

The database should actually be created by the user, clusterpedia may not have the privilege to create the database. At startup, clusterpedia creates the tables in the database.

Whether the database is deleted or the tables are deleted, we should stop all `cluster synchro` and restart until the database is recreated or the tables are recreated by clusterpedia....