Yasong Li

Results 37 comments of Yasong Li

Example of mapper_parsing_exception error generated under dynamic mapping ```yaml apiVersion: apps/v1 kind: Deployment metadata: labels: app: nginx name: nginx spec: replicas: 3 selector: matchLabels: app: nginx template: metadata: labels: app:...

opensearch does not support `flattened` https://github.com/opensearch-project/OpenSearch/issues/1018

@XiShanYongYe-Chang @RainbowMango Is it possible to convert `GVK` using `meta.UnsafeGuessKindToResource`

> > @XiShanYongYe-Chang @RainbowMango Is it possible to convert `GVK` using `meta.UnsafeGuessKindToResource` > > This function appears to be just a word analysis. It needs to be assumed in advance...

> The unmodified version makes this assumption. How do we make the constraint ?

> > The unmodified version makes this assumption. How do we make the constraint ? > > How about putting the constraint into the document for using search feature? Currently,...

We will describe the types of resources that can be searched by writing usage documentation

Seems to be a bug with dynamic mapping, I'm trying to reproduce it

@first-sight12 - Please provide the `ResourceRegistry`, e.g `kubectl get ResourceRegistry xxx -o yaml` - Please provide more karmada-search logs

The fail is `controller.go:431] failed to get gvr: no matches for kind "Resourcequota" in version "quota.kubesphere.io/vialpha2"` I used dynamic RESTMapper to dynamically discover resource types at runtime, this seems to...