Kubernetes Deployment not working with high log level #2173

Open
opened 2025-11-20 07:05:13 -05:00 by saavagebueno · 2 comments
Owner

Originally created by @JonathanManass on GitHub (Aug 12, 2025).

Describe the problem

When setting NB_LOG_LEVEL to warn or higher, the pod will crash because it doesn't find "started daemon server" in its own logs.

To Reproduce

Deploy a kubernetes deployment with latest image and NB_LOG_LEVEL set to warn

Are you using NetBird Cloud?

Self-Hosted

NetBird version

0.54.0

Is any other VPN software installed?

No

Debug output

2025-08-12T08:59:46+00:00 WARN /usr/local/bin/netbird-entrypoint.sh:71: log line containing 'started daemon server' not found after 5 seconds
2025-08-12T08:59:46+00:00 WARN /usr/local/bin/netbird-entrypoint.sh:72: daemon failed to start, exiting...
2025-08-12T08:59:46+00:00 INFO /usr/local/bin/netbird-entrypoint.sh:26: Shutting down NetBird daemon...
2025-08-12T08:59:46+00:00 INFO /usr/local/bin/netbird-entrypoint.sh:28: terminating service process IDs: '7'                                                                                          
Originally created by @JonathanManass on GitHub (Aug 12, 2025). **Describe the problem** When setting NB_LOG_LEVEL to warn or higher, the pod will crash because it doesn't find "started daemon server" in its own logs. **To Reproduce** Deploy a kubernetes deployment with latest image and NB_LOG_LEVEL set to warn **Are you using NetBird Cloud?** Self-Hosted **NetBird version** 0.54.0 **Is any other VPN software installed?** No **Debug output** ``` 2025-08-12T08:59:46+00:00 WARN /usr/local/bin/netbird-entrypoint.sh:71: log line containing 'started daemon server' not found after 5 seconds 2025-08-12T08:59:46+00:00 WARN /usr/local/bin/netbird-entrypoint.sh:72: daemon failed to start, exiting... 2025-08-12T08:59:46+00:00 INFO /usr/local/bin/netbird-entrypoint.sh:26: Shutting down NetBird daemon... 2025-08-12T08:59:46+00:00 INFO /usr/local/bin/netbird-entrypoint.sh:28: terminating service process IDs: '7' ```
saavagebueno added the triage-needed label 2025-11-20 07:05:13 -05:00
Author
Owner

@tnucera commented on GitHub (Sep 12, 2025):

Hello,

I’m seeing the same issue after upgrading my NetBird client container from v0.51.2 to v0.57.0.
It appears to have been introduced by PR #4126 (related forum report).

Thanks.

@tnucera commented on GitHub (Sep 12, 2025): Hello, I’m seeing the same issue after upgrading my NetBird client container from v0.51.2 to v0.57.0. It appears to have been introduced by PR #4126 ([related forum report](https://forum.netbird.io/t/netbird-running-from-container-not-working/219/3)). Thanks.
Author
Owner

@orthlus commented on GitHub (Oct 13, 2025):

same problem with version 0.59.5

@orthlus commented on GitHub (Oct 13, 2025): same problem with version 0.59.5
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/netbird#2173