You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please provide an in-depth description of the question you have:
I've been following the Karmada search documentation, but data hasn't been automatically uploaded to the OpenSearch backend. Additionally, the logs show no indication of when syncing happens with the backend store.
Logs:
dev@test:$ kubectl logs pod/karmada-search-bb6c75bc7-tl27g -n karmada-system --context karmada-host
...
I1028 11:54:10.836710 1 multi_cluster_cache.go:100] Add cache for cluster member2
I1028 11:54:10.836741 1 cluster_cache.go:86] Add cache for member2 apps/v1, Resource=deployments
I1028 11:54:10.836808 1 multi_cluster_cache.go:100] Add cache for cluster member1
I1028 11:54:10.836831 1 cluster_cache.go:86] Add cache for member1 apps/v1, Resource=deployments
I1028 11:54:10.842021 1 controller.go:373] Create new informer for cluster member2
I1028 11:54:10.842042 1 controller.go:388] Try to build informer manager for cluster member2
I1028 11:54:10.862834 1 controller.go:414] Add informer for member2, apps/v1, Resource=deployments
I1028 11:54:10.862873 1 controller.go:417] Start informer for member2
I1028 11:54:10.963217 1 controller.go:420] Start informer for member2 done
I1028 11:54:10.963287 1 controller.go:373] Create new informer for cluster member1
I1028 11:54:10.963294 1 controller.go:388] Try to build informer manager for cluster member1
I1028 11:54:10.978225 1 controller.go:414] Add informer for member1, apps/v1, Resource=deployments
I1028 11:54:10.978381 1 controller.go:417] Start informer for member1
I1028 11:54:11.078897 1 controller.go:420] Start informer for member1 done
W1028 11:55:42.241921 1 cache.go:120] SingleClusterInformerManager for cluster(member3) is nil.
W1028 11:55:44.906116 1 cache.go:120] SingleClusterInformerManager for cluster(member3) is nil.
I'm expecting data from member1 and member2 clusters to automatically upload to OpenSearch, as shown in the following image part of the doc mentioned above. Is there anything I'm missing?
The text was updated successfully, but these errors were encountered:
I'm delayed on Milestone 7 because I haven't been able to figure this out. I've followed the Karmada search document on multi-cloud search but still can't reproduce the intended results of cached data to be deployed automatically to the backend store.
Steps I’ve Taken:
Created a deployment and propagation policy to apply across member1 and member2 clusters.
Installed the OpenSearch backend and dashboard.
Created a resource registry with the OpenSearch backend to cache apps/v1 deployments across the member1 and member2 target clusters.
The logs for the Karmada search deployment appear the same or unchanged:
I1104 01:12:01.007154 1 multi_cluster_cache.go:100] Add cache for cluster member1
I1104 01:12:01.007611 1 cluster_cache.go:86] Add cache for member1 apps/v1, Resource=deployments
I1104 01:12:01.008089 1 multi_cluster_cache.go:100] Add cache for cluster member2
I1104 01:12:01.008434 1 cluster_cache.go:86] Add cache for member2 apps/v1, Resource=deployments
I1104 01:12:01.007167 1 controller.go:373] Create new informer for cluster member1
I1104 01:12:01.008776 1 controller.go:388] Try to build informer manager for cluster member1
I1104 01:12:01.023715 1 controller.go:414] Add informer for member1, apps/v1, Resource=deployments
I1104 01:12:01.023776 1 controller.go:417] Start informer for member1
I1104 01:12:01.124307 1 controller.go:420] Start informer for member1 done
I1104 01:12:01.124409 1 controller.go:373] Create new informer for cluster member2
I1104 01:12:01.124457 1 controller.go:388] Try to build informer manager for cluster member2
I1104 01:12:01.135465 1 controller.go:414] Add informer for member2, apps/v1, Resource=deployments
I1104 01:12:01.135515 1 controller.go:417] Start informer for member2
I1104 01:12:01.235660 1 controller.go:420] Start informer for member2 done
Please provide an in-depth description of the question you have:
I've been following the Karmada search documentation, but data hasn't been automatically uploaded to the OpenSearch backend. Additionally, the logs show no indication of when syncing happens with the backend store.
Logs:
Context
hack/local-up-karmada.sh
dev@test:$ kubectl --kubeconfig $HOME/.kube/karmada.config --context karmada-apiserver get --raw /apis/search.karmada.io/v1alpha1/search/cache/apis/apps/v1/deployments
What do you think about this question?:
I'm expecting data from
member1
andmember2
clusters to automatically upload to OpenSearch, as shown in the following image part of the doc mentioned above. Is there anything I'm missing?The text was updated successfully, but these errors were encountered: