[GH-ISSUE #2463] failed while getting Management Service public key , netbird management on k8s #5007

Closed
opened 2026-08-05 01:00:51 -04:00 by saavagebueno · 5 comments
Owner

Originally created by @tienlq2011 on GitHub (Aug 22, 2024).
Original GitHub issue: https://github.com/netbirdio/netbird/issues/2463

Hello everyone, I deployed Netbird Management on Kubernetes, and when I used the Netbird client to join a peer, I encountered this error. I hope to get some help
image

Originally created by @tienlq2011 on GitHub (Aug 22, 2024). Original GitHub issue: https://github.com/netbirdio/netbird/issues/2463 Hello everyone, I deployed Netbird Management on Kubernetes, and when I used the Netbird client to join a peer, I encountered this error. I hope to get some help ![image](https://github.com/user-attachments/assets/3927571f-9c9b-4550-99c6-4fa31b3db9ea)
saavagebueno added the clientaccessibilityself-hosting labels 2026-08-05 01:00:52 -04:00
Author
Owner

@bcmmbaga commented on GitHub (Aug 22, 2024):

Hello @tienlq2011, The error you're encountering is due to an incorrect management URL. The URL is pointing to the dashboard rather than the management service.

Please review the URL you're using and ensure that it is correctly configured to point to the management service. Once you have the correct URL, you should be able to join the peer without any issues.

<!-- gh-comment-id:2304116650 --> @bcmmbaga commented on GitHub (Aug 22, 2024): Hello @tienlq2011, The error you're encountering is due to an incorrect management URL. The URL is pointing to the dashboard rather than the management service. Please review the URL you're using and ensure that it is correctly configured to point to the management service. Once you have the correct URL, you should be able to join the peer without any issues.
Author
Owner

@tienlq2011 commented on GitHub (Aug 22, 2024):

image
I have checked again that the management system receives requests when I perform the join and followed the instructions on the dashboard correctly, but I'm still encountering the error as mentioned

<!-- gh-comment-id:2304182805 --> @tienlq2011 commented on GitHub (Aug 22, 2024): ![image](https://github.com/user-attachments/assets/6e737274-911d-4670-8553-b98186fb23b0) I have checked again that the management system receives requests when I perform the join and followed the instructions on the dashboard correctly, but I'm still encountering the error as mentioned
Author
Owner

@bcmmbaga commented on GitHub (Aug 22, 2024):

The URL https://staging-zt.lab.linksafe.vn is currently redirecting to the dashboard instead of the management service. Could you please check your reverse proxy configuration and ensure that everything is routed correctly?

<!-- gh-comment-id:2304201666 --> @bcmmbaga commented on GitHub (Aug 22, 2024): The URL `https://staging-zt.lab.linksafe.vn` is currently redirecting to the dashboard instead of the management service. Could you please check your reverse proxy configuration and ensure that everything is routed correctly?
Author
Owner

@tienlq2011 commented on GitHub (Aug 22, 2024):

The URL https://staging-zt.lab.linksafe.vn is currently redirecting to the dashboard instead of the management service. Could you please check your reverse proxy configuration and ensure that everything is routed correctly?

Thank you, I have resolved it. I was missing the configuration to enable gRPC support on the proxy

<!-- gh-comment-id:2304333746 --> @tienlq2011 commented on GitHub (Aug 22, 2024): > The URL `https://staging-zt.lab.linksafe.vn` is currently redirecting to the dashboard instead of the management service. Could you please check your reverse proxy configuration and ensure that everything is routed correctly? Thank you, I have resolved it. I was missing the configuration to enable gRPC support on the proxy
Author
Owner

@bcmmbaga commented on GitHub (Aug 22, 2024):

Glad to hear you resolved it!. I'll go ahead and close the issue now.

<!-- gh-comment-id:2304340212 --> @bcmmbaga commented on GitHub (Aug 22, 2024): Glad to hear you resolved it!. I'll go ahead and close the issue now.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: DYNR/netbird#5007