Before posting
TopicSelf-hosting, Kubernetes / Operator Deployment typeSelf-hosted - advanced/custom deployment Operating system or environmentKubernetes NetBird versionmanagement:v0.68.3, kubernetes-operator:0.2.2 QuestionI notice a constant stream of reconciliation INFO messages. I'm trying to determine if this is expected or not before I upgrade. Screen.Recording.2026-05-09.at.12.01.45.PM.mov
Here is 60 seconds of operator logs: Desired outcomeDetermine if this is expected behavior or if the log level can be adjusted for the operator. What have you tried?I couldn't determine if it was possible to adjust the log level for these messages specifically. Relevant environment detailsNo response Logs or outputI attached 60 seconds of operator logs.Additional contextNo response |
Replies: 2 comments
|
@calmdev I have been doing a lot of refactoring work with the operator, implementing completely new resources. Could you try the latest version of the operator and see if you still have issues? |
|
@phillebaba I was able to upgrade: # Management server
kubectl get deployment netbird-server -n netbird -o jsonpath='{.spec.template.spec.containers[0].image}'
# → netbirdio/netbird-server:0.70.5
# Dashboard
kubectl get deployment netbird-dashboard -n netbird -o jsonpath='{.spec.template.spec.containers[0].image}'
# → netbirdio/dashboard:v2.37.1
# Operator (helm release)
helm list -n netbird --filter netbird-operator
# → netbird-operator-0.4.1 / app version v0.4.1That made a big difference. I'm seeing the reconciliation happen once every 15 minutes now instead of constantly:
|



@phillebaba I was able to upgrade:
That made a big difference.
I'm seeing the reconciliation happen once every 15 minutes now instead of constantly: