-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running on Mac #5
Comments
Got same error on macOS after ➜ linkerd --context=k3d-west multicluster check
linkerd-multicluster
--------------------
√ Link CRD exists
√ Link resources are valid
* east
× remote cluster access credentials are valid
* failed to connect to API for cluster: [east]: Get "https://172.18.0.4:6443/version?timeout=30s": net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)
see https://linkerd.io/2.10/checks/#l5d-smc-target-clusters-access for hints
W0803 12:54:03.243432 8945 transport.go:260] Unable to cancel request for promhttp.RoundTripperFunc
× clusters share trust anchors
Problematic clusters:
* east: unable to fetch anchors: Get "https://172.18.0.4:6443/api/v1/namespaces/linkerd/configmaps/linkerd-config?timeout=30s": context deadline exceeded
see https://linkerd.io/2.10/checks/#l5d-multicluster-clusters-share-anchors for hints
√ service mirror controller has required permissions
* east
√ service mirror controllers are running
* east
Status check results are × However, the demo can still run well. |
More info from @jblackburn21 regarding this issue is at |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I was able to get the example running on mac using PR #3, but I'm seeing a failure on the link step.
the linkerd mc check command returns this
I see this in the service-mirror logs
I'm able to curl between the clusters, so I'm not sure why there is a timeout. Do you have any ideas on what could be causing this?
The text was updated successfully, but these errors were encountered: