-
Bug
-
Resolution: Done
-
Major
-
maistra-2.1.0
-
None
-
None
-
False
-
False
-
-
Sprint 10, Sprint 11
ossm 2.1 Federation single cluster install istiod-fed-export connected false
I tested 2.1 federaion example in a single OCP 4.8 cluster. Reference:
[1] https://github.com/maistra/istio/blob/maistra-2.1/pkg/servicemesh/federation/example/config-poc/install.sh
In the mesh1-system status shows :
"status": { "discoveryStatus": { "active": [ { "pod": "istiod-fed-export-bcdb77c59-tt7g4", "remotes": [ { "connected": false, "lastConnected": "2021-09-14T02:57:27Z", "lastDisconnect": "2021-09-14T02:58:41Z", "lastEvent": "2021-09-14T02:57:56Z", "lastFullSync": "2021-09-14T02:57:27Z", "source": "10.131.0.62" } ], "watch": { "connected": true, "lastConnected": "2021-09-14T02:57:28Z", "lastDisconnectStatus": "503 Service Unavailable", "lastFullSync": "2021-09-14T02:57:28Z" } } ]
And there is no result from
oc -n mesh2-system get importedservicesets mesh1 -o json | jq .status
After 6 mins, I can see the export working and see services imported into mesh2.
- is caused by
-
MAISTRA-2682 Watch mechanism in federation does not work
- Closed
- is related to
-
MAISTRA-2645 Peers take a long time to stablish connection
- Closed