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
I deploy a server foo in member1, and use serviceImport to import this foo in another k8s cluster named member2.
Member2 donnot has foo or it's endpointSlice. But I cannot access "foo.default.svc.cluster.local" in member2, but ok in member1.
I deploy a server foo in member1, and use serviceImport to import this foo in another k8s cluster named member2.
Member2 donnot has foo or it's endpointSlice. But I cannot access "foo.default.svc.cluster.local" in member2, but ok in member1.
I've already done something:
1).Config the coredns corefile:
.:53 {
multicluster cluster.local.
}
2). Build and install the multicluster as
...
kubernetes:kubernetes
multicluster:github.com/coredns/multicluster
...
in plugin.cfg
3). Add the RBAC
4). The serviceImport.yaml is :
version: k8s:1.21,coredns:v1.9.3 and above version
So, what's wrong with this?
The text was updated successfully, but these errors were encountered: